diff options
author | Keito <audioactivist@gmail.com> | 2021-06-09 20:13:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-09 21:13:18 +0200 |
commit | 3e71cdad56bdd2b1af812f63f6eca856ac6c1984 (patch) | |
tree | b3b7a074aee97f8b9da29eee612588b8c67afca8 | |
parent | c4e50b4e9da54836b0fcd443229c7213de789e21 (diff) | |
download | vim-polyglot-3e71cdad56bdd2b1af812f63f6eca856ac6c1984.tar.gz vim-polyglot-3e71cdad56bdd2b1af812f63f6eca856ac6c1984.zip |
Fixed typo in README.md (#719)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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= |