0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.1.1076: file for Insert mode is much too big

Problem:    File for Insert mode is much too big.
Solution:   Split off the code for Insert completion. (Yegappan Lakshmanan,
            closes #4044)
This commit is contained in:
Bram Moolenaar
2019-03-30 13:53:47 +01:00
parent de5b380042
commit 7591bb39d5
24 changed files with 4177 additions and 4024 deletions

View File

@@ -1591,7 +1591,7 @@ find_tags(
#ifdef FEAT_INS_EXPAND
if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */
ins_compl_check_keys(30, FALSE);
if (got_int || compl_interrupted)
if (got_int || ins_compl_interrupted())
#else
if (got_int)
#endif