Fix incorrect option in documentation

This commit is contained in:
Tim Pope 2013-01-02 19:44:02 -05:00
parent 7f0e156679
commit 80c5b309da
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
# sleuth.vim
This plugin automatically adjusts `'shiftwidth'` and `'tabstop'` heuristically
based on the current file, or, in the case the current file is new, blank, or
otherwise insufficient, by looking at other files of the same type in the
current and parent directories. In lieu of adjusting `'softtabstop'`,
`'smarttab'` is enabled.
This plugin automatically adjusts `'shiftwidth'` and `'expandtab'`
heuristically based on the current file, or, in the case the current file is
new, blank, or otherwise insufficient, by looking at other files of the same
type in the current and parent directories. In lieu of adjusting
`'softtabstop'`, `'smarttab'` is enabled.
Compare to [DetectIndent][]. I wrote this because I wanted something fully
automatic. My goal is that by installing this plugin, you can remove all

View File

@ -8,7 +8,7 @@ This plugin is only available if 'compatible' is not set.
SUMMARY *sleuth*
This plugin automatically adjusts 'shiftwidth' and 'tabstop' heuristically
This plugin automatically adjusts 'shiftwidth' and 'expandtab' heuristically
based on the current file, or, in the case the current file is new, blank, or
otherwise insufficient, by looking at other files of the same type in the
current and parent directories. In lieu of adjusting 'softtabstop',