Fix spelling errors, closes #334

This commit is contained in:
Adam Stankiewicz
2019-03-04 11:35:21 +01:00
parent b69fbad1af
commit ebf81f7369
4 changed files with 4 additions and 4 deletions

View File

@@ -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