comparison src/testdir/Make_all.mak @ 17682:3dbff5d37520 v8.1.1838

patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare commit https://github.com/vim/vim/commit/08cc374dabd2a02785129fa1c0100f7745c244ad Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 11 22:51:14 2019 +0200 patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare Problem: There is :spellwrong and :spellgood but not :spellrare. Solution: Add :spellrare. (Martin Tournoij, closes https://github.com/vim/vim/issues/4291)
author Bram Moolenaar <Bram@vim.org>
date Sun, 11 Aug 2019 23:00:07 +0200
parents e259d11e2900
children c945f1d03b1c
comparison
equal deleted inserted replaced
17681:fbdef42903ae 17682:3dbff5d37520
234 test_sort \ 234 test_sort \
235 test_sound \ 235 test_sound \
236 test_source \ 236 test_source \
237 test_source_utf8 \ 237 test_source_utf8 \
238 test_spell \ 238 test_spell \
239 test_spellfile \
239 test_startup \ 240 test_startup \
240 test_startup_utf8 \ 241 test_startup_utf8 \
241 test_stat \ 242 test_stat \
242 test_statusline \ 243 test_statusline \
243 test_substitute \ 244 test_substitute \
409 test_signs.res \ 410 test_signs.res \
410 test_smartindent.res \ 411 test_smartindent.res \
411 test_sound.res \ 412 test_sound.res \
412 test_source.res \ 413 test_source.res \
413 test_spell.res \ 414 test_spell.res \
415 test_spellfile.res \
414 test_startup.res \ 416 test_startup.res \
415 test_stat.res \ 417 test_stat.res \
416 test_substitute.res \ 418 test_substitute.res \
417 test_swap.res \ 419 test_swap.res \
418 test_syntax.res \ 420 test_syntax.res \