diff options
Diffstat (limited to 'indent')
-rw-r--r-- | indent/cython.vim | 2 | ||||
-rw-r--r-- | indent/python.vim | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/indent/python.vim b/indent/python.vim index 68afa793..5d1bb261 100644 --- a/indent/python.vim +++ b/indent/python.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 |