1
0
forked from aniani/vim

patch 8.2.1550: Vim9: bufname('%') gives an error

Problem:    Vim9: bufname('%') gives an error.
Solution:   Only give an error for wrong argument type. (closes #6807)
This commit is contained in:
Bram Moolenaar
2020-08-30 21:26:57 +02:00
parent ca774f6753
commit 02aaad9109
3 changed files with 18 additions and 3 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1550,
/**/
1549,
/**/