diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-26 18:38:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-26 18:38:13 +0200 |
commit | 00672e1d3f59dbff91a18d418b2984be96f89ee5 (patch) | |
tree | 4d5102a1b35281b145fcd6f34f210e01f86e5725 /src/testdir/test_alot.vim | |
parent | 04e2b4b0c4866586ecce3d1567f9b0bdeeb31f15 (diff) | |
download | vim-00672e1d3f59dbff91a18d418b2984be96f89ee5.zip |
patch 7.4.1961
Problem: When 'insertmode' is reset while doing completion the popup menu
remains even though Vim is in Normal mode.
Solution: Ignore stop_insert_mode when the popup menu is visible. Don't set
stop_insert_mode when 'insertmode' was already off. (Christian
Brabandt)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index d8d460aec..444085e18 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -21,6 +21,7 @@ source test_matchstrpos.vim source test_menu.vim source test_messages.vim source test_partial.vim +source test_popup.vim source test_reltime.vim source test_searchpos.vim source test_set.vim |