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 a5c62751..89614f20 100644 --- a/indent/octave.vim +++ b/indent/octave.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'octave') +if has_key(g:polyglot_is_disabled, 'octave') finish endif |