From d790b83664b36aede1e9be89aa1edef0adf631ab Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 19 Aug 2015 18:26:56 +0900 Subject: [PATCH] Updating doc --- doc/argwrap.txt | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/argwrap.txt b/doc/argwrap.txt index a20b655..2b6db3b 100644 --- a/doc/argwrap.txt +++ b/doc/argwrap.txt @@ -1,5 +1,13 @@ argwrap.txt Wrap and unwrap function arguments, lists, and dictionaries in Vim +======================================================================================================================== +CONTENTS + +1. ArgWrap...............................................................................................|argwrap-argwrap| + 1.1. Installation...............................................................................|argwrap-installation| + 1.2. Usage.............................................................................................|argwrap-usage| + 1.3. Configuration.............................................................................|argwrap-configuration| + ======================================================================================================================== ARGWRAP *argwrap-argwrap* @@ -9,11 +17,6 @@ All operations are easily reversible and correctly preserve the indentation of t -ArgWrap |argwrap-argwrap| - Installation |argwrap-installation| - Usage |argwrap-usage| - Configuration |argwrap-configuration| - ------------------------------------------------------------------------------------------------------------------------ INSTALLATION *argwrap-installation*