diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 4e796dc9..9026cf58 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -948,9 +948,8 @@ endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pgsql') == -1 augroup filetypedetect - " pgsql, from pgsql.vim in exu/pgsql.vim -" postgreSQL -au BufNewFile,BufRead *.pgsql setf pgsql + " pgsql, from pgsql.vim in lifepillar/pgsql.vim +au BufNewFile,BufRead *.pgsql let b:sql_type_override='pgsql' | setfiletype sql augroup end endif |