mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0d
This commit is contained in:
@@ -1201,8 +1201,8 @@ gotchars(s, len)
|
||||
may_sync_undo()
|
||||
{
|
||||
if ((!(State & (INSERT + CMDLINE)) || arrow_used)
|
||||
&& scriptin[curscript] == NULL && no_u_sync == 0)
|
||||
u_sync();
|
||||
&& scriptin[curscript] == NULL)
|
||||
u_sync(FALSE);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user