Change pgsql provider, closes #391

This commit is contained in:
Adam Stankiewicz
2019-04-23 11:46:52 +02:00
parent eacf785f5a
commit 679ccf0303
5 changed files with 2336 additions and 2270 deletions

View File

@@ -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