summaryrefslogtreecommitdiffstats
path: root/indent
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-03-04 11:35:21 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2019-03-04 11:35:21 +0100
commitebf81f7369e7d7ee73bd2119c57319417f6ab9e8 (patch)
tree0a8c546260f7f7aa3544ce0becff0c47ef3d120a /indent
parentb69fbad1af47d632fd5f6d289afb8429c5e8618d (diff)
downloadvim-polyglot-ebf81f7369e7d7ee73bd2119c57319417f6ab9e8.tar.gz
vim-polyglot-ebf81f7369e7d7ee73bd2119c57319417f6ab9e8.zip
Fix spelling errors, closes #334
Diffstat (limited to 'indent')
-rw-r--r--indent/cython.vim2
-rw-r--r--indent/python.vim2
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