vim-indent-detect

A Vim plugin for handeling indentation.
git clone https://git.ce9e.org/vim-indent-detect.git

commit
3e2e87fc578005eec4ec17bf43807beef90dab47
parent
4bbf3bb2aa5112cec8163a8e0d8ba1674f50d5de
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2016-09-11 23:59
typo

Diffstat

M README.md 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/README.md b/README.md

@@ -11,7 +11,7 @@ A Vim plugin for handeling indentation.
   11    11 	`Tabs [width]` commands.
   12    12 
   13    13 -	You can change the defaults by setting `g:detectindent_preferred_expandtab`
   14    -1 	and `g:detectindent_preferred_expandtab`.
   -1    14 	and `g:detectindent_preferred_indent`.
   15    15 
   16    16 Inspired by [detectindent](https://github.com/ciaranm/detectindent) and
   17    17 [vim-sleuth](https://github.com/tpope/vim-sleuth).