comparison src/diff.c @ 825:6675076019ae v7.0d

updated for version 7.0d
author vimboss
date Mon, 10 Apr 2006 14:55:34 +0000
parents 23f82b5d2814
children 01583c79d5f4
comparison
equal deleted inserted replaced
824:8dd456c1e283 825:6675076019ae
2231 { 2231 {
2232 /* Syncing undo only works for the current buffer, but we change 2232 /* Syncing undo only works for the current buffer, but we change
2233 * another buffer. Sync undo if the command was typed. This isn't 2233 * another buffer. Sync undo if the command was typed. This isn't
2234 * 100% right when ":diffput" is used in a function or mapping. */ 2234 * 100% right when ":diffput" is used in a function or mapping. */
2235 if (KeyTyped) 2235 if (KeyTyped)
2236 u_sync(); 2236 u_sync(FALSE);
2237 aucmd_restbuf(&aco); 2237 aucmd_restbuf(&aco);
2238 } 2238 }
2239 2239
2240 diff_busy = FALSE; 2240 diff_busy = FALSE;
2241 2241