diff options
Diffstat (limited to 'indent/cython.vim')
-rw-r--r-- | indent/cython.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/cython.vim b/indent/cython.vim index 951a0cb1..c650165e 100644 --- a/indent/cython.vim +++ b/indent/cython.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'python-indent') +if has_key(g:polyglot_is_disabled, 'python-indent') finish endif |