comparison src/getchar.c @ 358:e111db373ca4

updated for version 7.0093
author vimboss
date Sat, 25 Jun 2005 22:49:46 +0000
parents 86cd0a77d2ae
children bda4394122e0
comparison
equal deleted inserted replaced
357:25dd5036f2b0 358:e111db373ca4
1387 fclose(scriptin[curscript]); 1387 fclose(scriptin[curscript]);
1388 scriptin[curscript] = NULL; 1388 scriptin[curscript] = NULL;
1389 if (curscript > 0) 1389 if (curscript > 0)
1390 --curscript; 1390 --curscript;
1391 } 1391 }
1392
1393 #if defined(EXITFREE) || defined(PROTO)
1394 void
1395 close_all_scripts()
1396 {
1397 while (scriptin[0] != NULL)
1398 closescript();
1399 }
1400 #endif
1392 1401
1393 #if defined(FEAT_INS_EXPAND) || defined(PROTO) 1402 #if defined(FEAT_INS_EXPAND) || defined(PROTO)
1394 /* 1403 /*
1395 * Return TRUE when reading keys from a script file. 1404 * Return TRUE when reading keys from a script file.
1396 */ 1405 */