From 2789886b251db7fce5bd80b83fb4f432dba5606b Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Wed, 30 Mar 2016 07:59:38 -0700 Subject: [PATCH] doc: Fix straggling references To Docvim, and the script number placeholder. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89417d0..784fbb4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Pinnacle provides functions for manipulating `:highlight` groups. To install Pinnacle, use your plug-in management system of choice. -If you don't have a "plug-in management system of choice", I recommend Pathogen (https://github.com/tpope/vim-pathogen) due to its simplicity and robustness. Assuming that you have Pathogen installed and configured, and that you want to install vim-docvim into `~/.vim/bundle`, you can do so with: +If you don't have a "plug-in management system of choice", I recommend Pathogen (https://github.com/tpope/vim-pathogen) due to its simplicity and robustness. Assuming that you have Pathogen installed and configured, and that you want to install Pinnacle into `~/.vim/bundle`, you can do so with: ``` git clone https://github.com/wincent/pinnacle.git ~/.vim/bundle/pinnacle @@ -85,10 +85,10 @@ git push github master --follow-tags - Produce the release archive: ``` -git archive -o vim-docvim-$VERSION.zip HEAD -- . +git archive -o pinnacle-$VERSION.zip HEAD -- . ``` -- Upload to http://www.vim.org/scripts/script.php?script_id=[TODO] +- Upload to http://www.vim.org/scripts/script.php?script_id=5360 # Authors -- 2.37.1