We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ead62 commit aaf5b97Copy full SHA for aaf5b97
indent/ruby.vim
@@ -23,7 +23,7 @@ setlocal nosmartindent
23
" Now, set up our indentation expression and keys that trigger it.
24
setlocal indentexpr=GetRubyIndent(v:lnum)
25
setlocal indentkeys=0{,0},0),0],!^F,o,O,e
26
-setlocal indentkeys+==end,=else,=elsif,=when,=ensure,=rescue,==begin,==end
+setlocal indentkeys+==end,=else,=elsif,=when,=ensure,=rescue,==begin,==end,=private,=protected
27
28
" Only define the function once.
29
if exists("*GetRubyIndent")
0 commit comments