From 1e03b17dce7459aa64cf7828f272c6d5cb8e4eab Mon Sep 17 00:00:00 2001 From: Date: Wed, 8 Jun 2011 14:25:09 -0700 Subject: [PATCH] fixed sample .vimrc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c53e8d..a77ccaf 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ call vundle#rc() " let Vundle manage Vundle - Bundle 'gmarik/vundle' " required! + " required! + Bundle 'gmarik/vundle' " My Bundles here: " @@ -55,6 +56,7 @@ " :BundleClean! - remove without confirmation " " see :h vundle for more details + " Note: comments after Bundle command are not allowed.. ```