Skip to content
Snippets Groups Projects
Commit 238f4fa7 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.0095

parent d9fba318
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment