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