1
0
forked from aniani/vim

patch 8.2.2245: Vim9: return value of winrestcmd() cannot be executed

Problem:    Vim9: return value of winrestcmd() cannot be executed.
Solution:   Put colons before each range. (closes #7571)
This commit is contained in:
Bram Moolenaar
2020-12-29 20:25:19 +01:00
parent 89015a6759
commit 285b15fce1
3 changed files with 14 additions and 2 deletions

View File

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