From 3e71cdad56bdd2b1af812f63f6eca856ac6c1984 Mon Sep 17 00:00:00 2001 From: Keito Date: Wed, 9 Jun 2021 20:13:18 +0100 Subject: Fixed typo in README.md (#719) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ebdd5c91..1f182c33 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ let g:polyglot_disabled = ['autoindent'] ## Reindent -If you want to disable reindening of the current line in insert mode (see vim 'indentkeys') you can turn it off with: +If you want to disable reindenting of the current line in insert mode (see vim 'indentkeys') you can turn it off with: ```vim autocmd BufEnter * set indentexpr= -- cgit v1.2.3