From 03d2bd80d2dc269722ad7f56192e7f2502887b73 Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 15 Apr 2011 18:59:49 -0500 Subject: [PATCH] doc fixes --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f37d7e4..64e1263 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ - keep track and configure your scripts right in `.vimrc` - [install] configured scripts (aka bundle) - [update] configured scripts -- [search] [all available vim scripts] by name +- [search] by name [all available vim scripts] - [clean] unused scripts up - run above actions in a *single keypress* with [interactive mode] @@ -103,8 +103,8 @@ see [`:h vundle`](vundle/blob/master/doc/vundle.txt#L1) vimdoc for more details. [Git]:http://git-scm.com [all available vim scripts]:http://vim-scripts.org/vim/scripts.html -[install]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L96-110 -[update]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L112-117 -[search]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L119-137 -[clean]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L139-150 -[interactive mode]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L152-175 +[install]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L98-112 +[update]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L114-119 +[search]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L121-143 +[clean]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L145-157 +[interactive mode]:https://github.com/gmarik/vundle/blob/master/doc/vundle.txt#L160-193