1
0
forked from aniani/vim

patch 8.2.1489: Vim9: error when setting an option with setbufvar()

Problem:    Vim9: error when setting an option with setbufvar().
Solution:   Do not get a number from a string value. (closes #6740)
This commit is contained in:
Bram Moolenaar
2020-08-19 21:20:49 +02:00
parent 9dc1917f42
commit 191929b182
3 changed files with 34 additions and 21 deletions

View File

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