mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipes
This commit is contained in:
parent
16a6f44570
commit
6f4c4be952
@ -941,9 +941,6 @@ void ex_diffpatch(exarg_T *eap)
|
||||
}
|
||||
#endif
|
||||
|
||||
// patch probably has written over the screen
|
||||
redraw_later(CLEAR);
|
||||
|
||||
// Delete any .orig or .rej file created.
|
||||
STRCPY(buf, tmp_new);
|
||||
STRCAT(buf, ".orig");
|
||||
|
Loading…
Reference in New Issue
Block a user