aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_spell.vim
Commit message (Collapse)AuthorAge
...
* vim-patch:8.0.0364 (#7837)KunMing Xie2018-01-13
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