aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraichoo <raichoo@googlemail.com>2017-03-11 10:44:35 +0100
committerraichoo <raichoo@googlemail.com>2017-03-19 21:14:11 +0100
commit4500b16f15510f6091ca98b78aa4ee13e1acf2c7 (patch)
tree3d4d9046dde052d6efffd2e136bcd209543cee52 /src
parent1e33c886856abcdac13c3eb368c127bda40e1e84 (diff)
downloadrneovim-4500b16f15510f6091ca98b78aa4ee13e1acf2c7.tar.gz
rneovim-4500b16f15510f6091ca98b78aa4ee13e1acf2c7.tar.bz2
rneovim-4500b16f15510f6091ca98b78aa4ee13e1acf2c7.zip
vim-patch:7.4.2336
Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt) https://github.com/vim/vim/commit/df0db16cf74281a83a9ea3388a2ef9aedccd013c
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_normal.vim2
-rw-r--r--src/nvim/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_normal.vim b/src/nvim/testdir/test_normal.vim
index 9a8f8f83be..b894a633c4 100644
--- a/src/nvim/testdir/test_normal.vim
+++ b/src/nvim/testdir/test_normal.vim
@@ -1125,6 +1125,8 @@ func! Test_normal19_z_spell()
exe "lang" oldlang
call delete("./Xspellfile.add")
call delete("./Xspellfile2.add")
+ call delete("./Xspellfile.add.spl")
+ call delete("./Xspellfile2.add.spl")
" zux -> no-op
2
diff --git a/src/nvim/version.c b/src/nvim/version.c
index dd7318b697..487685ea2e 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -105,7 +105,7 @@ static int included_patches[] = {
// 2339,
// 2338 NA
2337,
- // 2336,
+ 2336,
2335,
// 2334,
2333,