diff options
| author | Bram Moolenaar <Bram@vim.org> | 2014-12-13 21:00:55 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2014-12-13 21:00:55 +0100 |
| commit | ef92390cb7586b8c46bfb06664e25e5e9cfbeb9c (patch) | |
| tree | f6e32c45c37f79368428a71e53525815cf6a8ef7 /src/testdir/Make_dos.mak | |
| parent | 2d78cd7756ac5c666e85222aea54d45b04b949a4 (diff) | |
| download | vim-git-ef92390cb7586b8c46bfb06664e25e5e9cfbeb9c.tar.gz | |
updated for version 7.4.549v7.4.549
Problem: Function name not recognized correctly when inside a function.
Solution: Don't check for an alpha character.
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 b1b5b19db..57f85ea67 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -46,6 +46,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test_listlbr.out \ test_listlbr_utf8.out \ test_mapping.out \ + test_nested_function.out \ test_options.out \ test_qf_title.out \ test_signs.out \ |
