Skip to content

Commit

Permalink
Correct default indent
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Jan 5, 2017
1 parent d71d256 commit 3247725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/ruby.vim
Expand Up @@ -245,7 +245,7 @@ function GetRubyIndent(...)

" By default, just return the previous line's indent
" Decho "Default case matched"
return -1
return indent(indent_info.plnum)
endfunction

" 3. Indenting Logic Callbacks {{{1
Expand Down

0 comments on commit 3247725

Please sign in to comment.