From 92fa2e568fe7f5ae614e78737405f19bbdaded64 Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Thu, 24 Jul 2014 08:13:18 +0200 Subject: [PATCH] Fix Vundle instructions - Fix syntax to work in .vimrc - The Bundle command is being renamed to Plugin (although Bundle still works for now) --- README.mkd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mkd b/README.mkd index b0079e4..d459236 100644 --- a/README.mkd +++ b/README.mkd @@ -20,8 +20,8 @@ To install using pathogen.vim: To install using [Vundle](https://github.com/gmarik/vundle): - # add this line to your .vimrc file - Bundle "mattn/emmet-vim" + " add this line to your .vimrc file + Plugin 'mattn/emmet-vim' To checkout the source from repository: