From 679ccf03036dede70ec61878830973d79534bf0e Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 23 Apr 2019 11:46:52 +0200 Subject: Change pgsql provider, closes #391 --- ftdetect/polyglot.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ftdetect') 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 -- cgit v1.2.3