mirror of
https://github.com/zoriya/vim.git
synced 2026-05-20 06:02:40 +00:00
e98cfe1cc9
Problem: Matchparen only uses the topmost syntax item.
Solution: Go through the syntax stack to find items. (James McCoy)
Also use getcurpos() when possible.