summaryrefslogtreecommitdiffstats
path: root/indent/ruby.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/ruby.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/ruby.vim b/indent/ruby.vim
index dad86a8c..4639d507 100644
--- a/indent/ruby.vim
+++ b/indent/ruby.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ruby') == -1
+
" Vim indent file
" Language: Ruby
" Maintainer: Andrew Radev <andrey.radev@gmail.com>
@@ -951,4 +952,5 @@ let &cpo = s:cpo_save
unlet s:cpo_save
" vim:set sw=2 sts=2 ts=8 et:
+
endif