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
This commit is contained in:
Scott Prager
2014-10-09 22:09:52 -04:00
parent 7e229e78e9
commit 21d1016f56
2 changed files with 11 additions and 4 deletions

View File

@@ -235,7 +235,7 @@ static int included_patches[] = {
//400 NA
//399 NA
//398,
//397,
397,
//396,
//395,
//394,