diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-09-01 16:05:00 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-09-01 16:05:00 +0200 |
commit | 37a8de17d4dfd3d463960c38a204ce399c8e19d4 (patch) | |
tree | f88214eabbb07e30167198afec63d23284d03a9c /src/testdir/Make_dos.mak | |
parent | d43f0951bca162d4491d57df9277b5dbc462944f (diff) | |
download | vim-git-37a8de17d4dfd3d463960c38a204ce399c8e19d4.tar.gz |
patch 7.4.844v7.4.844
Problem: When '#' is in 'isident' the is# comparator doesn't work.
Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r-- | src/testdir/Make_dos.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 0f9514c27..603f4a411 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -44,6 +44,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test_charsearch.out \ test_close_count.out \ test_command_count.out \ + test_comparators.out \ test_erasebackword.out \ test_eval.out \ test_fixeol.out \ |