mirror of
https://github.com/vim/vim.git
synced 2025-10-18 07:54:29 -04:00
updated for version 7.0093
This commit is contained in:
@@ -1390,6 +1390,15 @@ closescript()
|
||||
--curscript;
|
||||
}
|
||||
|
||||
#if defined(EXITFREE) || defined(PROTO)
|
||||
void
|
||||
close_all_scripts()
|
||||
{
|
||||
while (scriptin[0] != NULL)
|
||||
closescript();
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(FEAT_INS_EXPAND) || defined(PROTO)
|
||||
/*
|
||||
* Return TRUE when reading keys from a script file.
|
||||
|
Reference in New Issue
Block a user