diff --git a/README.md b/README.md index 3f7f943..5e7dbc4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ Bundle "git://git.wincent.com/command-t.git" " ... - " NOTE: if some plugins fail to work, put the config *before* line: + " NOTE: if some plugins fail to work, put the config *between* lines: + " filetype off + " "Bundles here " filetype plugin indent on 3. Install configured bundles: diff --git a/doc/vundle.txt b/doc/vundle.txt index 17f086c..bf3d754 100644 --- a/doc/vundle.txt +++ b/doc/vundle.txt @@ -58,6 +58,11 @@ in order to install/search [all available vim scripts] Bundle "git://git.wincent.com/command-t.git" " ... + " NOTE: if some plugins fail to work, put the config *between* lines: + " filetype off + " "Bundles here + " filetype plugin indent on + 3) Install configured bundles: Launch `vim`, run >