From dc7cca7460a1975967dc02abb5499024effd90b8 Mon Sep 17 00:00:00 2001 From: yshalabi Date: Fri, 22 Aug 2014 08:05:49 -0400 Subject: [PATCH] Update README.md minor change to reflect updated Vundle syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb46172..fdf1385 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ git clone https://github.com/Lokaltog/vim-easymotion ~/.vim/bundle/vim-easymotio ### Vundle (https://github.com/gmarik/vundle) ``` -Bundle 'Lokaltog/vim-easymotion' +Plugin 'Lokaltog/vim-easymotion' ``` ### NeoBundle (https://github.com/Shougo/neobundle.vim)