mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Add midmap for ruby
This commit is contained in:
8
after/ftplugin/ruby_matchup.vim
Normal file
8
after/ftplugin/ruby_matchup.vim
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
call matchup#util#patch_match_words('retry', 'retry\|return')
|
||||
|
||||
let b:match_midmap = [
|
||||
\ ['rubyRepeat', 'next'],
|
||||
\ ['rubyDefine', 'return'],
|
||||
\]
|
||||
|
||||
Reference in New Issue
Block a user