diff options
Diffstat (limited to 'ftplugin/debchangelog.vim')
-rw-r--r-- | ftplugin/debchangelog.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/debchangelog.vim b/ftplugin/debchangelog.vim index 13904dc9..746de50b 100644 --- a/ftplugin/debchangelog.vim +++ b/ftplugin/debchangelog.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('debchangelog', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'debchangelog') finish endif |