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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user