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