1
0
forked from aniani/vim

updated for version 7.0119

This commit is contained in:
Bram Moolenaar
2005-07-29 22:36:03 +00:00
parent 661b182095
commit 4be06f9e1b
49 changed files with 1199 additions and 40268 deletions

View File

@@ -1383,7 +1383,7 @@ find_tags(pat, num_matches, matchesp, flags, mincount, buf_ffname)
#ifdef FEAT_INS_EXPAND
if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */
ins_compl_check_keys();
if (got_int || completion_interrupted)
if (got_int || compl_interrupted)
#else
if (got_int)
#endif