Add midmap for ruby

This commit is contained in:
Andy K. Massimino
2019-04-10 18:26:46 -04:00
parent e4706927ed
commit 70b6bec0b5

View File

@@ -0,0 +1,8 @@
call matchup#util#patch_match_words('retry', 'retry\|return')
let b:match_midmap = [
\ ['rubyRepeat', 'next'],
\ ['rubyDefine', 'return'],
\]