]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0364: ]s does not move cursor with two spell errors in one line v8.0.0364
authorBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 13:21:10 +0000 (14:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 25 Feb 2017 13:21:10 +0000 (14:21 +0100)
commitd3f78dc9ebd729475a7f24a50a91112e300d5ac9
tree00afd985ba5dd028f17ce94bd402e43070f6e5c0
parent3834e3d039777e0144914a86289870bee147c0a2
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.
src/Makefile
src/spell.c
src/testdir/Make_all.mak
src/testdir/test_spell.vim [new file with mode: 0644]
src/version.c