]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1769: popup filter interferes with using :normal to move the cursor v8.2.1769
authorBram Moolenaar <Bram@vim.org>
Mon, 28 Sep 2020 20:29:58 +0000 (22:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 28 Sep 2020 20:29:58 +0000 (22:29 +0200)
commit4934ad0e448bfa03ba19c7c5b411c457a9910442
treebe240c37e3e2be89bde36969b2287a934b4209fc
parentd58a3bf7dac8d53faf42e13cc1152b110f12c404
patch 8.2.1769: popup filter interferes with using :normal to move the cursor

Problem:    A popup filter interferes with using :normal to move the cursor in
            a popup.
Solution:   Do not invoke the filter when ex_normal_busy is set.
runtime/doc/popup.txt
src/evalfunc.c
src/ex_docmd.c
src/getchar.c
src/globals.h
src/menu.c
src/testdir/dumps/Test_popupwin_normal_cmd.dump
src/testdir/test_popupwin.vim
src/version.c