Mention that filetype indent need not be turned on
This commit is contained in:
parent
0b6e05647b
commit
cde56e3738
@ -35,7 +35,7 @@
|
|||||||
Bundle 'git://git.wincent.com/command-t.git'
|
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:
|
3. Install configured bundles:
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Vundle allows to:
|
|||||||
- clean up from unused scripts
|
- clean up from unused scripts
|
||||||
|
|
||||||
Also *Vundle* :
|
Also *Vundle* :
|
||||||
|
<
|
||||||
- manages runtime path of your installed scripts
|
- manages runtime path of your installed scripts
|
||||||
- regenerates helptags automatically
|
- regenerates helptags automatically
|
||||||
|
|
||||||
@ -74,6 +74,9 @@ in order to install/search [all available vim scripts]
|
|||||||
|
|
||||||
filetype plugin indent on " required!
|
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:
|
3) Install configured bundles:
|
||||||
|
|
||||||
Launch `vim`, run >
|
Launch `vim`, run >
|
||||||
|
Loading…
Reference in New Issue
Block a user