comparison src/testdir/Make_all.mak @ 10950:2297aae8e127 v8.0.0364

patch 8.0.0364: ]s does not move cursor with two spell errors in one line commit https://github.com/vim/vim/commit/d3f78dc9ebd729475a7f24a50a91112e300d5ac9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 25 14:21:10 2017 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Feb 2017 14:30:04 +0100
parents 4e2cdce4576c
children 441ca654f65c
comparison
equal deleted inserted replaced
10949:305dd0c5f52f 10950:2297aae8e127
190 test_retab.res \ 190 test_retab.res \
191 test_ruby.res \ 191 test_ruby.res \
192 test_search.res \ 192 test_search.res \
193 test_signs.res \ 193 test_signs.res \
194 test_smartindent.res \ 194 test_smartindent.res \
195 test_spell.res \
195 test_startup.res \ 196 test_startup.res \
196 test_startup_utf8.res \ 197 test_startup_utf8.res \
197 test_stat.res \ 198 test_stat.res \
198 test_substitute.res \ 199 test_substitute.res \
199 test_syntax.res \ 200 test_syntax.res \