diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 11:35:21 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-03-04 11:35:21 +0100 |
commit | ebf81f7369e7d7ee73bd2119c57319417f6ab9e8 (patch) | |
tree | 0a8c546260f7f7aa3544ce0becff0c47ef3d120a /indent/python.vim | |
parent | b69fbad1af47d632fd5f6d289afb8429c5e8618d (diff) | |
download | vim-polyglot-ebf81f7369e7d7ee73bd2119c57319417f6ab9e8.tar.gz vim-polyglot-ebf81f7369e7d7ee73bd2119c57319417f6ab9e8.zip |
Fix spelling errors, closes #334
Diffstat (limited to 'indent/python.vim')
-rw-r--r-- | indent/python.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |