mirror of
https://github.com/neovim/neovim.git
synced 2025-09-25 04:28:33 +00:00
ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipes
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user