0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0063

This commit is contained in:
Bram Moolenaar
2005-03-22 22:54:12 +00:00
parent dbc08a3459
commit fc73515f7b
7 changed files with 683 additions and 296 deletions

View File

@@ -3874,6 +3874,7 @@ check_scrollbind(topline_diff, leftcol_diff)
nv_ignore(cap)
cmdarg_T *cap;
{
cap->retval |= CA_COMMAND_BUSY; /* don't call edit() now */
}
/*
@@ -8675,6 +8676,7 @@ nv_cursorhold(cap)
{
apply_autocmds(EVENT_CURSORHOLD, NULL, NULL, FALSE, curbuf);
did_cursorhold = TRUE;
cap->retval |= CA_COMMAND_BUSY; /* don't call edit() now */
}
#endif