diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-28 22:51:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-28 22:51:51 +0100 |
commit | b251c42195eed801d7b05ac11ed803598961ba59 (patch) | |
tree | 39125c21e97beebbbd32e77f482fb8960faa4a71 /src/nvim/diff.c | |
parent | 499c9a15531b7a0e9736a395e8d401ceab3d24d2 (diff) | |
parent | f9b738235e572a7df38db7fe40cbdf97ecfd210f (diff) | |
download | rneovim-b251c42195eed801d7b05ac11ed803598961ba59.tar.gz rneovim-b251c42195eed801d7b05ac11ed803598961ba59.tar.bz2 rneovim-b251c42195eed801d7b05ac11ed803598961ba59.zip |
Merge #7924 'test/old: various fixes'
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r-- | src/nvim/diff.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c index a32ac645e3..e9ecf98653 100644 --- a/src/nvim/diff.c +++ b/src/nvim/diff.c @@ -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"); |