diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-07-03 16:53:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-07-03 16:53:03 +0200 |
commit | f4e1143697a2d08eff487dec36128a5e10d5eca8 (patch) | |
tree | eb55b1d73457b226548a93b7d22c260485c6ef4a /src/testdir/Make_ming.mak | |
parent | a87aa8061ce670c38d742b0f7e41cc950d10320f (diff) | |
download | vim-git-f4e1143697a2d08eff487dec36128a5e10d5eca8.tar.gz |
updated for version 7.3.1295v7.3.1295
Problem: glob() and globpath() do not handle escaped special characters
properly.
Solution: Handle escaped characters differently. (Adnan Zafar)
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 8bcfe890a..51c64efe8 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -52,7 +52,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test79.out test80.out test81.out test82.out test83.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 + test94.out test95.out test96.out test97.out SCRIPTS32 = test50.out test70.out |