From 80c5b309daf72d93b2c7d47bf63ccb1f1671d6f3 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 2 Jan 2013 19:44:02 -0500 Subject: [PATCH] Fix incorrect option in documentation --- README.markdown | 10 +++++----- doc/sleuth.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 330c592..874844c 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/doc/sleuth.txt b/doc/sleuth.txt index 6307c68..d79a7fe 100644 --- a/doc/sleuth.txt +++ b/doc/sleuth.txt @@ -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',