Fix incorrect option in documentation
This commit is contained in:
parent
7f0e156679
commit
80c5b309da
@ -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
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user