diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-06-22 21:42:49 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-06-22 21:42:49 +0200 |
commit | d2c061d24c0534f1f1b92f3462ed6ae8fa848a9a (patch) | |
tree | 31b5b62628e02de34418545d07b5ac7143a17660 /src/Makefile | |
parent | 6a8958db259d4444da6e6956e54a6513c1af8860 (diff) | |
download | vim-git-d2c061d24c0534f1f1b92f3462ed6ae8fa848a9a.tar.gz |
patch 8.0.0658: spell test is old stylev8.0.0658
Problem: Spell test is old style.
Solution: Turn the spell test into a new style test (pschuh, closes #1778)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 500b07430..10049df29 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2086,7 +2086,7 @@ test1 \ test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \ test30 test31 test32 test33 test34 test36 test37 test38 test39 \ test40 test41 test42 test43 test44 test45 test48 test49 \ - test50 test51 test52 test53 test54 test55 test56 test57 test58 test59 \ + test50 test51 test52 test53 test54 test55 test56 test57 test59 \ test60 test64 test66 test67 test68 test69 \ test70 test72 test73 test74 test75 test77 test78 test79 \ test80 test82 test83 test84 test85 test86 test87 test88 \ |