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)
diff --git a/src/Makefile b/src/Makefile
index 5c4e44f..4058f19 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2045,6 +2045,7 @@
test_packadd \
test_partial \
test_perl \
+ test_popup \
test_quickfix \
test_regexp_latin \
test_regexp_utf8 \