From 23913e0598d23ec5948b71ea78c549b39cecf764 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 8 Mar 2015 21:32:50 -0700 Subject: Update --- ftplugin/ruby.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftplugin/ruby.vim') diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim index a032928c..c8c3946f 100644 --- a/ftplugin/ruby.vim +++ b/ftplugin/ruby.vim @@ -28,7 +28,7 @@ if exists("loaded_matchit") && !exists("b:match_words") \ ':' . \ '\<\%(else\|elsif\|ensure\|when\|rescue\|break\|redo\|next\|retry\)\>' . \ ':' . - \ '\' . + \ '\%(^\|[^.\:@$]\)\@<=\' . \ ',{:},\[:\],(:)' let b:match_skip = -- cgit v1.2.3