From: Greg Hurrell Date: Wed, 30 Mar 2016 14:59:38 +0000 (-0700) Subject: doc: Fix straggling references X-Git-Tag: 0.1^0 X-Git-Url: https://git.wincent.com/pinnacle.git/commitdiff_plain/2789886b251db7fce5bd80b83fb4f432dba5606b doc: Fix straggling references To Docvim, and the script number placeholder. --- 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