We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da839c commit dca5e81Copy full SHA for dca5e81
ftplugin/ruby.vim
@@ -23,11 +23,12 @@ if exists("loaded_matchit") && !exists("b:match_words")
23
let b:match_ignorecase = 0
24
25
let b:match_words =
26
- \ '\<\%(if\|unless\|case\|while\|until\|for\|do\|class\|module\|def\|begin\)\>=\@!' .
+ \ '\<\%(if\|unless\|case\|while\|until\|for\|do\|class\|module\|def\|=\@<!begin\)\>=\@!' .
27
\ ':' .
28
\ '\<\%(else\|elsif\|ensure\|when\|rescue\|break\|redo\|next\|retry\)\>' .
29
30
- \ '\%(^\|[^.\:@$]\)\@<=\<end\:\@!\>' .
+ \ '\%(^\|[^.\:@$=]\)\@<=\<end\:\@!\>' .
31
+ \ ',^=begin\>:^=end\>,' .
32
\ ',{:},\[:\],(:)'
33
34
let b:match_skip =
0 commit comments