commit | b8060fe862f684b591f9ac679eac5b2594d6c5a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 22:29:28 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 19 22:29:28 2016 +0100 |
tree | eaa1b9362e597709e26042b70c7c0556c90ab003 | |
parent | 6773a348da0dcf45df3c6c6649880655ec0d2042 [diff] [blame] |
patch 7.4.1142 Problem: Cannot define keyword characters for a syntax file. Solution: Add the ":syn iskeyword" command. (Christian Brabandt)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 526a435..d02e8d2 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak
@@ -175,6 +175,7 @@ test_increment.res \ test_perl.res \ test_quickfix.res \ + test_syntax.res \ test_viminfo.res \ test_viml.res \ test_alot.res