From d5162b458b6df9a72117e358939e3522996d5755 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Tue, 17 May 2011 07:27:52 -0700 Subject: [PATCH 1/2] corrected path used for :helptags instructions to be inline with directory structure used in installation instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 950ba85..95a6ec4 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Also [Vundle]: ## Docs -run [`:helptags ~/.vim/vundle.git/doc`](https://github.com/gmarik/vundle/issues/17) +run [`:helptags ~/.vim/bundle/vundle/doc`](https://github.com/gmarik/vundle/issues/17) see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details. From 60fe2b40034ce9eb03f1a9ed5862243c0cd601ba Mon Sep 17 00:00:00 2001 From: Date: Tue, 17 May 2011 08:38:46 -0700 Subject: [PATCH 2/2] No need to generate helptags manually with `Bundle 'gmarik/vundle'` --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 95a6ec4..0fcefa3 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,6 @@ Also [Vundle]: ## Docs -run [`:helptags ~/.vim/bundle/vundle/doc`](https://github.com/gmarik/vundle/issues/17) - see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details. ## Examples