diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-23 15:19:07 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-23 15:19:07 -0500 |
commit | aa08632caf80d2259d94e8f6e30cd806e3c05a1d (patch) | |
tree | fac1e6456a15da2a08a857fdc3c5e2d7fc645af6 /src/nvim/diff.c | |
parent | 4f6bb8a9a997aacbe9f9f1ca83e7e4c502bdc03c (diff) | |
parent | fc0be5b79dfccc582005367da5ee24bd73592879 (diff) | |
download | rneovim-aa08632caf80d2259d94e8f6e30cd806e3c05a1d.tar.gz rneovim-aa08632caf80d2259d94e8f6e30cd806e3c05a1d.tar.bz2 rneovim-aa08632caf80d2259d94e8f6e30cd806e3c05a1d.zip |
Merge pull request #1728 from fwalch/small-patches2
vim-patch: Multiple small patches (2)
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r-- | src/nvim/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c index 3151daf826..7e31c3f216 100644 --- a/src/nvim/diff.c +++ b/src/nvim/diff.c @@ -2237,7 +2237,7 @@ void ex_diffgetput(exarg_T *eap) } } - buf_empty = FALSE; + buf_empty = bufempty(); added = 0; for (i = 0; i < count; ++i) { |