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