Browse Source

Merge a461b037ae into 0b6e05647b

pull/40/merge
GitHub Merge Button 15 years ago
parent
commit
1abd1b8988
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +3
    -0
      doc/vundle.txt

+ 1
- 1
README.md 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:


+ 3
- 0
doc/vundle.txt View File

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


Loading…
Cancel
Save