From d376506177999d6882f7b9546378a2b3cce3db73 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 17 Jul 2014 19:56:50 -0400 Subject: [PATCH] Try including helptags instructions in README --- README.markdown | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 0c5b307..71b8bc4 100644 --- a/README.markdown +++ b/README.markdown @@ -55,15 +55,13 @@ and `Git!` to open the output of a command in a temp file. ## Installation -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: +If you don't have a preferred installation method, one option is to install +[pathogen.vim](https://github.com/tpope/vim-pathogen), and then copy +and paste: cd ~/.vim/bundle git clone git://github.com/tpope/vim-fugitive.git - -Once help tags have been generated, you can view the manual with -`:help fugitive`. + vim -u NONE -c "helptags vim-fugitive/doc" -c q If your Vim version is below 7.2, I recommend also installing [vim-git](https://github.com/tpope/vim-git) for syntax highlighting and