From 258dd4cf5de5c4b85af8313531716e91b3a45ab1 Mon Sep 17 00:00:00 2001 From: gmarik Date: Thu, 5 May 2011 22:17:48 -0500 Subject: [PATCH] comment --- test/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vimrc b/test/vimrc index a3aa9c0..a2338ba 100644 --- a/test/vimrc +++ b/test/vimrc @@ -46,7 +46,7 @@ Bundle! '~/.vim/vundle.git/test/' " just create one Bundle! 'a_plugin' " -" just create one +" just create one, and override name Bundle! 'b_plugin', {'name': 'zzz'} filetype plugin indent on " Automatically detect file types.