commit | 6b066c6d8f57aa05f1ab29ab4d098bc4bfabb1bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 18:44:33 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 20 18:44:33 2023 +0000 |
tree | 2383b2ef39f661b1922386df6994758f7b683c0b | |
parent | b444ee761a2956a996a75d923281c51fa1a759f3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0095489..b7fd23f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1333, +/**/ 1332, /**/ 1331,