From cde56e37389b4bd9c5b1c3a3e4a0dbfd9cd191b5 Mon Sep 17 00:00:00 2001 From: Benjamin Esham Date: Mon, 23 May 2011 15:44:49 -0500 Subject: [PATCH] Mention that filetype indent need not be turned on --- README.md | 2 +- doc/vundle.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d70f6b..6c5300d 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Bundle 'git://git.wincent.com/command-t.git' " ... - filetype plugin indent on " required! + filetype plugin indent on " required! ("filetype plugin on" also works) 3. Install configured bundles: diff --git a/doc/vundle.txt b/doc/vundle.txt index c4cc22a..105d849 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -32,7 +32,7 @@ Vundle allows to: - clean up from unused scripts Also *Vundle* : - +< - manages runtime path of your installed scripts - regenerates helptags automatically @@ -74,6 +74,9 @@ in order to install/search [all available vim scripts] filetype plugin indent on " required! +< (You may also use "filetype plugin on" as the last line if you don't want + to use the indentation feature of the filetype system.) + 3) Install configured bundles: Launch `vim`, run >