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