ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipes

This commit is contained in:
Justin M. Keyes 2018-01-28 12:33:22 +01:00
parent 16a6f44570
commit 6f4c4be952

View File

@ -941,9 +941,6 @@ void ex_diffpatch(exarg_T *eap)
} }
#endif #endif
// patch probably has written over the screen
redraw_later(CLEAR);
// Delete any .orig or .rej file created. // Delete any .orig or .rej file created.
STRCPY(buf, tmp_new); STRCPY(buf, tmp_new);
STRCAT(buf, ".orig"); STRCAT(buf, ".orig");