From a9a37854dabe36ac8cdb50796ab86b10a2f546e7 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 29 Dec 2014 19:33:24 -0800 Subject: [PATCH] Minor documentation tweaks Fix a typo in a hyperlink, and change the sample code for delimitMate#JumpAny() to use an mapping instead of =. --- doc/delimitMate.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/delimitMate.txt b/doc/delimitMate.txt index 4f6c790..08efd81 100644 --- a/doc/delimitMate.txt +++ b/doc/delimitMate.txt @@ -61,7 +61,7 @@ the go. 2. CUSTOMIZATION *delimitMateOptions* You can create your own mappings for some features using the global functions. -Read |DelimitMateFunctions| for more info. +Read |delimitMateFunctions| for more info. ------------------------------------------------------------------------------ 2.1 OPTIONS SUMMARY *delimitMateOptionSummary* @@ -687,7 +687,7 @@ This function returns a mapping that will make the cursor jump to the right when delimitMate#ShouldJump() returns 1, returns the argument "key" otherwise. e.g.: You can use this to create your own mapping to jump over any delimiter. > - inoremap =delimitMate#JumpAny() + inoremap delimitMate#JumpAny() < ============================================================================== 7. AUTOCOMMANDS *delimitMateAutocmds*