summaryrefslogtreecommitdiffstats
path: root/indent/pgsql.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--indent/pgsql.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/indent/pgsql.vim b/indent/pgsql.vim
index 0f60bf1a..f46597a7 100644
--- a/indent/pgsql.vim
+++ b/indent/pgsql.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pgsql') == -1
+
" Vim indent file
" Language: SQL
" Author: David Fishburn <dfishburn dot vim at gmail dot com>
@@ -388,4 +389,5 @@ endfunction
let &cpo= s:keepcpo
unlet s:keepcpo
" vim: ts=4 fdm=marker sw=4
+
endif