diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-12-03 16:54:53 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-12-03 16:54:53 +0100 |
commit | 6cd1345307440491580e5e86cb82c54ee9a46baa (patch) | |
tree | 62356e88b10a0b1a187c4876d4401fa447c86085 /src/testdir/Make_ming.mak | |
parent | b00da1d6d1655cb6e415f84ecc3be5ff3b790811 (diff) | |
download | vim-6cd1345307440491580e5e86cb82c54ee9a46baa.zip |
patch 7.4.952
Problem: 'lispwords' is tested in the old way.
Solution: Make a new style test for 'lispwords'.
Diffstat (limited to 'src/testdir/Make_ming.mak')
-rw-r--r-- | src/testdir/Make_ming.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index bfbb5c23e..a7c98ee8d 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -55,7 +55,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test84.out test85.out test86.out test87.out test88.out \ test89.out test90.out test91.out test92.out test93.out \ test94.out test95.out test96.out test98.out test99.out \ - test100.out test101.out test102.out test103.out test104.out \ + test101.out test102.out test103.out test104.out \ test105.out test106.out test107.out \ test_argument_0count.out \ test_argument_count.out \ |