comparison 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
comparison
equal deleted inserted replaced
463:8411e13e6dcb 464:3b705e71c7b0
1380 for (;;) 1380 for (;;)
1381 { 1381 {
1382 line_breakcheck(); /* check for CTRL-C typed */ 1382 line_breakcheck(); /* check for CTRL-C typed */
1383 #ifdef FEAT_INS_EXPAND 1383 #ifdef FEAT_INS_EXPAND
1384 if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */ 1384 if ((flags & TAG_INS_COMP)) /* Double brackets for gcc */
1385 ins_compl_check_keys(); 1385 ins_compl_check_keys(30);
1386 if (got_int || compl_interrupted) 1386 if (got_int || compl_interrupted)
1387 #else 1387 #else
1388 if (got_int) 1388 if (got_int)
1389 #endif 1389 #endif
1390 { 1390 {