diff options
Diffstat (limited to '')
-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 68afa793..5d1bb261 100644 --- a/indent/cython.vim +++ b/indent/cython.vim @@ -1,4 +1,4 @@ -if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-ident') != -1 +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'python-indent') != -1 finish endif |