1
0
forked from aniani/vim

patch 8.2.2281: Vim9: compiled "wincmd" cannot be followed by bar

Problem:    Vim9: compiled "wincmd" cannot be followed by bar.
Solution:   Check for bar after "wincmd". (closes #7599)
This commit is contained in:
Bram Moolenaar
2021-01-02 19:44:56 +01:00
parent 9d19e4f4ba
commit a11919fa44
3 changed files with 26 additions and 0 deletions

View File

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