]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :global v8.2.0274
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Feb 2020 20:33:00 +0000 (21:33 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Feb 2020 20:33:00 +0000 (21:33 +0100)
commit9e2bcb5d23138d45a0b6f9c1542b5facc807efe7
treea235c3311892fd24aafa6137c36d41e71b9b1640
parent1fa8d2c33d7290eda7dc2a94d4ec6a599a2d61dd
patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :global

Problem:    Hang with combination of feedkeys(), Ex mode and :global.
            (Yegappan Lakshmanan)
Solution:   Add the pending_exmode_active flag.
src/ex_docmd.c
src/getchar.c
src/globals.h
src/testdir/test_ex_mode.vim
src/version.c