1
0
forked from aniani/vim

patch 9.0.1333: when redo'ing twice <ScriptCmd> may not get the script ID

Problem:    When redo'ing twice <ScriptCmd> may not get the script ID.
Solution:   When "last_used_map" map is not set use "last_used_sid".
            (closes #11930)
This commit is contained in:
Bram Moolenaar
2023-02-20 18:44:33 +00:00
parent b444ee761a
commit 6b066c6d8f
2 changed files with 15 additions and 6 deletions

View File

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