mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0d
This commit is contained in:
@@ -2233,7 +2233,7 @@ ex_diffgetput(eap)
|
||||
* another buffer. Sync undo if the command was typed. This isn't
|
||||
* 100% right when ":diffput" is used in a function or mapping. */
|
||||
if (KeyTyped)
|
||||
u_sync();
|
||||
u_sync(FALSE);
|
||||
aucmd_restbuf(&aco);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user