From 7940ab04a038507bb4f0a8b574ab2c32783b131b Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 20 Jan 2016 15:45:15 -0500 Subject: [PATCH] do not indent at the end of a line ending in ".do" --- indent/ruby.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indent/ruby.vim b/indent/ruby.vim index 095b3a4..8044c80 100644 --- a/indent/ruby.vim +++ b/indent/ruby.vim @@ -102,7 +102,7 @@ let s:splat_regex = '[[,(]\s*\*\s*\%(#.*\)\=$' " The reason is that the pipe matches a hanging "|" operator. " let s:block_regex = - \ '\%(\\|%\@\|%\@