summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-26 18:38:13 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-26 18:38:13 +0200
commit00672e1d3f59dbff91a18d418b2984be96f89ee5 (patch)
tree4d5102a1b35281b145fcd6f34f210e01f86e5725 /src/Makefile
parent04e2b4b0c4866586ecce3d1567f9b0bdeeb31f15 (diff)
patch 7.4.1961v7.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/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 5c4e44f0d1..4058f19200 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2045,6 +2045,7 @@ test_arglist \
test_packadd \
test_partial \
test_perl \
+ test_popup \
test_quickfix \
test_regexp_latin \
test_regexp_utf8 \