diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-10-09 22:09:52 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-10-09 22:09:52 -0400 |
commit | 21d1016f56bd15a480e312f95ac19effdb1138e4 (patch) | |
tree | 977d70ff0c83cf839b04d3fd3c24dd5a87735329 /src/nvim/version.c | |
parent | 7e229e78e9e9976783fab14d21f2605169f93193 (diff) | |
download | rneovim-21d1016f56bd15a480e312f95ac19effdb1138e4.tar.gz rneovim-21d1016f56bd15a480e312f95ac19effdb1138e4.tar.bz2 rneovim-21d1016f56bd15a480e312f95ac19effdb1138e4.zip |
vim-patch:7.4.397
Problem: Matchparen only uses the topmost syntax item.
Solution: Go through the syntax stack to find items. (James McCoy)
Also use getcurpos() when possible.
https://code.google.com/p/vim/source/detail?r=v7-4-397
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index efefcc3c6f..16be84a17c 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -235,7 +235,7 @@ static int included_patches[] = { //400 NA //399 NA //398, - //397, + 397, //396, //395, //394, |