From 7e5465a2ff7c9d8e14e61e3b8a47f32401306e48 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sun, 10 Jul 2016 13:43:09 -0700 Subject: [PATCH] Updating readme --- doc/argwrap.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/argwrap.txt b/doc/argwrap.txt index 24eb818..907a0da 100644 --- a/doc/argwrap.txt +++ b/doc/argwrap.txt @@ -12,18 +12,17 @@ CONTENTS ======================================================================================================================== ARGWRAP *argwrap-argwrap* -ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim (http://www.vim.org/) text -editor. It can be used for collapsing and expanding everything from function calls to array and dictionary definitions. -All operations are easily reversible and correctly preserve the indentation of the surrounding code. +ArgWrap is an industrial strength argument wrapping and unwrapping extension for the Vim text editor. It can be used for +collapsing and expanding everything from function calls to array and dictionary definitions. All operations are easily +reversible and correctly preserve the indentation of the surrounding code. ------------------------------------------------------------------------------------------------------------------------ INSTALLATION *argwrap-installation* -1. Clone or otherwise download ArgWrap extension from the GitHub (https://github.com/FooSoft/vim-argwrap) page. - If you are using pathogen.vim (https://github.com/tpope/vim-pathogen) for plugin management you can clone the - repository directly to your bundle directory: +1. Clone or otherwise download ArgWrap extension. Users of pathogen.vim (https://github.com/tpope/vim-pathogen) can + clone the repository directly to their bundle directory: > $ git clone https://github.com/FooSoft/vim-argwrap ~/.vim/bundle/vim-argwrap <