1
0
forked from aniani/vim

patch 7.4.1695

Problem:    ":syn reset" clears the effect ":syn iskeyword". (James McCoy)
Solution:   Remove clearing the syntax keywords.
This commit is contained in:
Bram Moolenaar
2016-04-02 19:01:58 +02:00
parent f28d871465
commit 8bc189e81a
2 changed files with 3 additions and 1 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1695,
/**/
1694,
/**/