Hello, I am new to bug reporting for Vim and sorry if I make any mistakes.
Bug description: does not match correct ruby blocks when using ruby regex
notation.
Reproduce:
Activate macros/matchit.vim in .vimrc
Create file.rb with content:
class TestClass
def match?(string)
string =~ /pattern for test/
end
end
move cursor on second to last end
press %
observe the cursor is now on the work "for" instead being on the word "def"
All plugins disabled.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.