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