diff src/tag.c @ 464:3b705e71c7b0 v7.0124

updated for version 7.0124
author vimboss
date Fri, 05 Aug 2005 21:35:02 +0000
parents 3709cf52b9b5
children 5ffc9de8bb26
line wrap: on
line diff
--- a/src/tag.c
+++ b/src/tag.c
@@ -1382,7 +1382,7 @@ find_tags(pat, num_matches, matchesp, fl
 	    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)