]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1333: when redo'ing twice <ScriptCmd> may not get the script ID v9.0.1333
authorBram Moolenaar <Bram@vim.org>
Mon, 20 Feb 2023 18:44:33 +0000 (18:44 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 20 Feb 2023 18:44:33 +0000 (18:44 +0000)
commit6b066c6d8f57aa05f1ab29ab4d098bc4bfabb1bb
tree2383b2ef39f661b1922386df6994758f7b683c0b
parentb444ee761a2956a996a75d923281c51fa1a759f3
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)
src/getchar.c
src/version.c