1
0
forked from aniani/vim

updated for version 7.0124

This commit is contained in:
Bram Moolenaar
2005-08-05 21:35:02 +00:00
parent 86eb7a2c03
commit 572cb561ac
15 changed files with 474 additions and 280 deletions

View File

@@ -1382,7 +1382,7 @@ find_tags(pat, num_matches, matchesp, flags, mincount, buf_ffname)
line_breakcheck(); /* check for CTRL-C typed */
#ifdef FEAT_INS_EXPAND
if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */
ins_compl_check_keys();
ins_compl_check_keys(30);
if (got_int || compl_interrupted)
#else
if (got_int)