summaryrefslogtreecommitdiffstats
path: root/indent/gitconfig.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/gitconfig.vim')
-rw-r--r--indent/gitconfig.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/gitconfig.vim b/indent/gitconfig.vim
index 0a156511..3e764dee 100644
--- a/indent/gitconfig.vim
+++ b/indent/gitconfig.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'git') == -1
+
" Vim indent file
" Language: git config file
" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
@@ -37,4 +38,5 @@ function! GetGitconfigIndent()
return -1
endif
endfunction
+
endif