diff options
author | James McCoy <jamessan@jamessan.com> | 2016-06-02 10:29:05 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-06-02 10:30:36 -0400 |
commit | 29e618c93c85f2c7c6e386f90a234b18b65f8d44 (patch) | |
tree | 5ecd80ba459cce607038e1010f19c0588c357f1b /src/nvim/version.c | |
parent | 1b6681e07340a281f2f0dfe5c5d7541af6c1e257 (diff) | |
download | rneovim-29e618c93c85f2c7c6e386f90a234b18b65f8d44.tar.gz rneovim-29e618c93c85f2c7c6e386f90a234b18b65f8d44.tar.bz2 rneovim-29e618c93c85f2c7c6e386f90a234b18b65f8d44.zip |
vim-patch:7.4.1695
Problem: ":syn reset" clears the effect ":syn iskeyword". (James McCoy)
Solution: Remove clearing the syntax keywords.
https://github.com/vim/vim/commit/8bc189e81aa98ba4aebb03a9dc9527a210fce816
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 66e0d05db7..5c3e761225 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -85,6 +85,7 @@ static int included_patches[] = { 1755, 1753, 1728, + 1695, 1654, 1652, 1643, |