aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorKunMing Xie <qqzz014@gmail.com>2018-01-14 02:26:21 +0800
committerJustin M. Keyes <justinkz@gmail.com>2018-01-13 19:26:21 +0100
commit9ddeb6e187e6ef6045bf037e4225dc46c8efb693 (patch)
tree09568aa0f6fa45882233c27d0a8fa9910540dfda /src/nvim/testdir/Makefile
parent911b1e49abb88a533711ce55376d2893d6424d29 (diff)
downloadrneovim-9ddeb6e187e6ef6045bf037e4225dc46c8efb693.tar.gz
rneovim-9ddeb6e187e6ef6045bf037e4225dc46c8efb693.tar.bz2
rneovim-9ddeb6e187e6ef6045bf037e4225dc46c8efb693.zip
vim-patch:8.0.0364 (#7837)
vim-patch:8.0.0364: ]s does not move cursor with two spell errors in one line Problem: ]s does not move cursor with two spell errors in one line. (Manuel Ortega) Solution: Don't stop search immediately when wrapped, search the line first. (Ken Takata) Add a test. https://github.com/vim/vim/commit/d3f78dc9ebd729475a7f24a50a91112e300d5ac9 * disable spell test for now
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 5af8dd20cd..a23dacba15 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -81,6 +81,7 @@ NEW_TESTS ?= \
test_search.res \
test_signs.res \
test_smartindent.res \
+ test_spell.res \
test_stat.res \
test_startup.res \
test_startup_utf8.res \