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