summaryrefslogtreecommitdiff
path: root/src/testdir/test_spell.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-21 20:27:47 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-21 20:27:47 +0100
commitb73fa629d6d3d705c1f8e8d5f8109fc9abd7bb6f (patch)
tree9969ba546d128ada78ef1cb7603caa135b4df255 /src/testdir/test_spell.vim
parentae6f8651251013bafef9de1aed09069deaae8122 (diff)
downloadvim-git-b73fa629d6d3d705c1f8e8d5f8109fc9abd7bb6f.tar.gz
patch 8.0.1419: cursor column is not updated after ]sv8.0.1419
Problem: Cursor column is not updated after ]s. (Gary Johnson) Solution: Set the curswant flag.
Diffstat (limited to 'src/testdir/test_spell.vim')
-rw-r--r--src/testdir/test_spell.vim31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/testdir/test_spell.vim b/src/testdir/test_spell.vim
index 54209fec7..3e8ba1def 100644
--- a/src/testdir/test_spell.vim
+++ b/src/testdir/test_spell.vim
@@ -28,6 +28,37 @@ func Test_wrap_search()
set nospell
endfunc
+func Test_curswant()
+ new
+ call setline(1, ['Another plong line', 'abcdefghijklmnopq'])
+ set spell wrapscan
+ normal 0]s
+ call assert_equal('plong', expand('<cword>'))
+ normal j
+ call assert_equal(9, getcurpos()[2])
+ normal 0[s
+ call assert_equal('plong', expand('<cword>'))
+ normal j
+ call assert_equal(9, getcurpos()[2])
+
+ normal 0]S
+ call assert_equal('plong', expand('<cword>'))
+ normal j
+ call assert_equal(9, getcurpos()[2])
+ normal 0[S
+ call assert_equal('plong', expand('<cword>'))
+ normal j
+ call assert_equal(9, getcurpos()[2])
+
+ normal 1G0
+ call assert_equal('plong', spellbadword()[0])
+ normal j
+ call assert_equal(9, getcurpos()[2])
+
+ bwipe!
+ set nospell
+endfunc
+
func Test_z_equal_on_invalid_utf8_word()
split
set spell