commit | 8bc189e81aa98ba4aebb03a9dc9527a210fce816 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 19:01:58 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 02 19:01:58 2016 +0200 |
tree | f578646ed9529663193c94a56af404bd94ebc2b8 | |
parent | f28d87146544e3b5d70aaa6a2513019f6de043ad [diff] [blame] |
patch 7.4.1695 Problem: ":syn reset" clears the effect ":syn iskeyword". (James McCoy) Solution: Remove clearing the syntax keywords.
diff --git a/src/version.c b/src/version.c index 552bb6b..e7235c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1695, +/**/ 1694, /**/ 1693,