mirror of
https://github.com/zoriya/vim.git
synced 2026-06-20 02:36:07 +00:00
a4271d598b
Problem: When both a middle part of 'comments' matches and an end part, the
middle part was used errornously.
Solution: After finding the middle part match continue looking for a better
end part match. (partly by Lech Lorens)