--- ruby.vim Wed Mar 23 23:35:32 2005 UTC +++ ruby.vim Wed Mar 30 18:57:17 2005 UTC @@ -37,19 +37,19 @@ " Regex of synax group names that are or delimit string or are comments. let s:syng_strcom = '\' + \ '\|Interpolation\|NoInterpolation\|NestedParens\|NestedCurlies\|NestedAngles\|NestedBrackets\|Escape\|Comment\|Documentation|DelimEscape\)\>' " Regex of syntax group names that are strings or comments. let s:syng_strcom2 = '\' + \ '\|Interpolation\|NoInterpolation\|NestedParens\|NestedCurlies\|NestedAngles\|NestedBrackets\|Escape\|Comment\|Documentation|DelimEscape\)\>' " Regex of syntax group names that are strings. let s:syng_string = - \ '\' + \ '\' " Regex of syntax group names that are strings or documentation. let s:syng_stringdoc = - \'\' + \'\' " Expression used to check whether we should skip a match with searchpair(). let s:skip_expr =