]> git.wincent.com - pinnacle.git/commitdiff
doc: remove two copy-pasta'd references to docvim
authorGreg Hurrell <greg@hurrell.net>
Mon, 9 Jan 2017 02:41:44 +0000 (13:11 +1030)
committerGreg Hurrell <greg@hurrell.net>
Mon, 9 Jan 2017 02:41:44 +0000 (13:11 +1030)
README.md
autoload/pinnacle.vim
doc/pinnacle.txt

index 542dd788eec000a00e0cd3257c7249bda2bc27a0..6b902ba4cf6bfbfe1e0423f13d3a3e6f7e6deb01 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Pinnacle provides functions for manipulating <strong>`:highlight`</strong> group
 
 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
@@ -87,7 +87,7 @@ 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=5360
index 5f2d39b088180e585b746ca9c1c354bd365365ed..bba35ce992f8dc5f744d34592770e352e54cf844 100644 (file)
@@ -13,7 +13,7 @@
 " 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:
+" you want to install Pinnacle into `~/.vim/bundle`, you can do so with:
 "
 " ```
 " git clone https://github.com/wincent/pinnacle.git ~/.vim/bundle/pinnacle
 " - 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=5360
index 8745d5ea225b3e75e42cba3eb89d2dc9a85984fc..69c73491e339de64f5eecfce6ae49106540f6f80 100644 (file)
@@ -21,7 +21,7 @@ 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:
+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
 <
@@ -101,7 +101,7 @@ At the moment the release process is manual:
 <
 - 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=5360