Updating readme

This commit is contained in:
Alex Yatskov 2016-07-10 13:43:09 -07:00
parent 7173da45d5
commit 7e5465a2ff

View File

@ -12,18 +12,17 @@ CONTENTS
======================================================================================================================== ========================================================================================================================
ARGWRAP *argwrap-argwrap* ARGWRAP *argwrap-argwrap*
ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim (http://www.vim.org/) text ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim text editor. It can be used for
editor. It can be used for collapsing and expanding everything from function calls to array and dictionary definitions. collapsing and expanding everything from function calls to array and dictionary definitions. All operations are easily
All operations are easily reversible and correctly preserve the indentation of the surrounding code. reversible and correctly preserve the indentation of the surrounding code.
------------------------------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------------------------------
INSTALLATION *argwrap-installation* INSTALLATION *argwrap-installation*
1. Clone or otherwise download ArgWrap extension from the GitHub (https://github.com/FooSoft/vim-argwrap) page. 1. Clone or otherwise download ArgWrap extension. Users of pathogen.vim (https://github.com/tpope/vim-pathogen) can
If you are using pathogen.vim (https://github.com/tpope/vim-pathogen) for plugin management you can clone the clone the repository directly to their bundle directory:
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
< <