1
0
forked from aniani/vim

patch 8.2.3224: cannot call script-local function after :vim9cmd

Problem:    Cannot call script-local function after :vim9cmd. (Christian J.
            Robinson)
Solution:   Skip over "<SNR>123".
This commit is contained in:
Bram Moolenaar
2021-07-26 21:10:11 +02:00
parent ff34bee3a2
commit 678b207fb1
4 changed files with 23 additions and 2 deletions

View File

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