0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0095

This commit is contained in:
Bram Moolenaar
2005-06-27 22:25:50 +00:00
parent d9fba318b8
commit 238f4fa798

View File

@@ -1410,6 +1410,19 @@ using_script()
}
#endif
/*
* This function is called just before doing a blocking wait. Thus after
* waiting 'updatetime' for a character to arrive.
*/
void
before_blocking()
{
updatescript(0);
#ifdef FEAT_EVAL
garbage_collect();
#endif
}
/*
* updatescipt() is called when a character can be written into the script file
* or when we have waited some time for a character (c == 0)