Updating README

This commit is contained in:
Alex Yatskov 2015-06-03 23:36:02 +09:00
parent e111ac083a
commit 255271338d
2 changed files with 8 additions and 6 deletions

View File

@ -5,15 +5,16 @@ editor. It can be used for collapsing and expanding everything from function cal
The online resources listed below can be accessed to download new versions of this extension and to access other related The online resources listed below can be accessed to download new versions of this extension and to access other related
information. information.
* [Homepage](http://foosoft.net/projects/vim-argwrap/)
* [GitHub](https://github.com/FooSoft/vim-argwrap/) * [GitHub](https://github.com/FooSoft/vim-argwrap/)
* [Homepage](http://foosoft.net/projects/vim-argwrap/)
* [Vim Awesome](http://vimawesome.com/plugin/vim-argwrap/)
* [Vim.org](http://www.vim.org/scripts/script.php?script_id=5062) * [Vim.org](http://www.vim.org/scripts/script.php?script_id=5062)
## Installation ## Installation
1. Clone or otherwise download the latest version of the *argwrap.vim* extension from its 1. Clone or otherwise download the latest version of the *argwrap.vim* extension from its
[GitHub](https://github.com/FooSoft/vim-argwrap) page (the script is also available for download through [GitHub](https://github.com/FooSoft/vim-argwrap) page (the script is also available for download through
[vim.org](http://www.vim.org/scripts/script.php?script_id=5062)). If you are using [Vim.org](http://www.vim.org/scripts/script.php?script_id=5062)). If you are using
[pathogen.vim](https://github.com/tpope/vim-pathogen) for plugin management (you should) you can clone the [pathogen.vim](https://github.com/tpope/vim-pathogen) for plugin management (you should) you can clone the
repository directly to your bundle directory: repository directly to your bundle directory:

View File

@ -16,16 +16,17 @@ from function calls to array and dictionary definitions. The online resources
listed below can be accessed to download new versions of this extension and to listed below can be accessed to download new versions of this extension and to
access other information. access other information.
Homepage: http://foosoft.net/projects/vim-argwrap/ GitHub: https://github.com/FooSoft/vim-argwrap/
GitHub: https://github.com/FooSoft/vim-argwrap/ Homepage: http://foosoft.net/projects/vim-argwrap/
vim.org: http://www.vim.org/scripts/script.php?script_id=5062 Vim Awesome: http://vimawesome.com/plugin/vim-argwrap/
Vim.org: http://www.vim.org/scripts/script.php?script_id=5062
================================================================================ ================================================================================
INSTALLATION *argwrap-installation* INSTALLATION *argwrap-installation*
1. Clone or otherwise download the latest version of the argwrap.vim extension 1. Clone or otherwise download the latest version of the argwrap.vim extension
from its GitHub page (the script is also available for download through from its GitHub page (the script is also available for download through
vim.org. If you are using pathogen.vim for plugin management (you should) Vim.org. If you are using pathogen.vim for plugin management (you should)
you can clone the repository directly to your bundle directory: you can clone the repository directly to your bundle directory:
git clone https://github.com/FooSoft/vim-argwrap ~/.vim/bundle/vim-argwrap git clone https://github.com/FooSoft/vim-argwrap ~/.vim/bundle/vim-argwrap