From 973f6ea32f1e2f115a0a98ce8b9d0bf56d1f7dfe Mon Sep 17 00:00:00 2001 From: Arunav Sanyal Date: Sat, 16 Sep 2017 19:56:13 -0700 Subject: [PATCH] No cd needed in pathogen install --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index fef61a8..b62ea2b 100644 --- a/README.markdown +++ b/README.markdown @@ -68,8 +68,7 @@ If you don't have a preferred installation method, I recommend installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and then simply copy and paste: - cd ~/.vim/bundle - git clone git://github.com/tpope/vim-surround.git + git clone git://github.com/tpope/vim-surround.git ~/.vim/bundle/vim-surround Once help tags have been generated, you can view the manual with `:help surround`.