]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context v9.0.0387
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 15:53:21 +0000 (16:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Sep 2022 15:53:21 +0000 (16:53 +0100)
commitddf7dba96e05a41c7a228b153146237e0a21b146
treeb5865b60ab795b541a902b2be3c39c0df353ca37
parentb1f471ee20b0fa783ecd6e29aa69067e6c821376
patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script context

Problem:    repeating a <ScriptCmd> mapping does not use the right script
            context.
Solution:   When using a mapping put <SID>{sid}; in the redo buffer.
            (closes #11049)
src/getchar.c
src/keymap.h
src/normal.c
src/proto/getchar.pro
src/testdir/test_mapping.vim
src/version.c