From a999d93fd20653f60d97e728083df2c0f70575a9 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 19 Mar 2011 18:22:56 -0500 Subject: [PATCH] docs --- README.md | 4 +++- doc/vundle.txt | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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 >