diff options
| author | James McCoy <jamessan@jamessan.com> | 2016-11-16 14:11:15 -0500 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-06-04 22:12:14 -0400 |
| commit | 0164a5fea3a240efc631bc10ebf1b547c2149971 (patch) | |
| tree | f4651b5a05e83a35f266154e90cf250f0e2c15ad /src/nvim/version.c | |
| parent | 481654a88bd184ed90b87607d6798865bcc375a3 (diff) | |
| download | rneovim-0164a5fea3a240efc631bc10ebf1b547c2149971.tar.gz rneovim-0164a5fea3a240efc631bc10ebf1b547c2149971.tar.bz2 rneovim-0164a5fea3a240efc631bc10ebf1b547c2149971.zip | |
vim-patch:7.4.1978
Problem: Large file test does not delete its output.
Solution: Delete the output. Check size properly when possible. (Ken Takata)
https://github.com/vim/vim/commit/c5af40ae646ceda817eff93b4f9ba274f031bea6
Diffstat (limited to 'src/nvim/version.c')
| -rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 2e43670edb..6838c476c1 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -466,7 +466,7 @@ static const int included_patches[] = { 1981, 1980, // 1979, - // 1978, + 1978, 1977, 1976, 1975, |