diff options
Diffstat (limited to 'indent/sql.vim')
-rw-r--r-- | indent/sql.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/sql.vim b/indent/sql.vim index 34c74570..9ce06910 100644 --- a/indent/sql.vim +++ b/indent/sql.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('sql', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'sql') finish endif |