From ebf81f7369e7d7ee73bd2119c57319417f6ab9e8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 11:35:21 +0100 Subject: Fix spelling errors, closes #334 --- indent/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indent/python.vim') 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 -- cgit v1.2.3