From 779b74b2a23643aaac026341a4ed8bd6e04371e6 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 10 Apr 2006 14:55:34 +0000 Subject: updated for version 7.0d --- src/diff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff.c') diff --git a/src/diff.c b/src/diff.c index f02aa5ef27..bc0364c77c 100644 --- a/src/diff.c +++ b/src/diff.c @@ -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); } -- cgit v1.2.3