vim-patch:7.4.1695

Problem:    ":syn reset" clears the effect ":syn iskeyword". (James McCoy)
Solution:   Remove clearing the syntax keywords.

8bc189e81a
This commit is contained in:
James McCoy
2016-06-02 10:29:05 -04:00
parent 1b6681e073
commit 29e618c93c
2 changed files with 2 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ static int included_patches[] = {
1755,
1753,
1728,
1695,
1654,
1652,
1643,