]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4672: using :normal with Ex mode may make :substitute hang v8.2.4672
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Apr 2022 11:59:34 +0000 (12:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Apr 2022 11:59:34 +0000 (12:59 +0100)
commitce416b453a849c837f9f6ffc91dd4792d84e1bfd
treeac34f041b3743c1f5bf07af7784269894b71b43b
parenta3157a476bfa8c3077d510cc8400093c0d115df5
patch 8.2.4672: using :normal with Ex mode may make :substitute hang

Problem:    Using :normal with Ex mode may make :substitute hang.
Solution:   When getting an empty line behave like 'q' was typed.
            (closes #10070)
src/ex_cmds.c
src/testdir/test_normal.vim
src/version.c