mirror of
https://github.com/neovim/neovim.git
synced 2025-12-27 08:38:59 +00:00
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:
@@ -235,7 +235,7 @@ static int included_patches[] = {
|
||||
//400 NA
|
||||
//399 NA
|
||||
//398,
|
||||
//397,
|
||||
397,
|
||||
//396,
|
||||
//395,
|
||||
//394,
|
||||
|
||||
Reference in New Issue
Block a user