Mention that filetype indent need not be turned on

This commit is contained in:
Benjamin Esham 2011-05-23 15:44:49 -05:00
parent 0b6e05647b
commit cde56e3738
2 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -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 >