diff --git a/doc/delimitMate.txt b/doc/delimitMate.txt index 6eb6d9a..a556520 100644 --- a/doc/delimitMate.txt +++ b/doc/delimitMate.txt @@ -384,11 +384,14 @@ Expand to: > | You get ============================ (|) | ( - | | + | | | ) < -NOTE that the expansion of will break the redo command. +When you have |'delimitMate_jump_expansion'| enabled, if there is an existing +closing paren/bracket/etc. on the next line, delimitMate will make the cursor +jump over any whitespace/ and place it after the existing closing +delimiter instead of inserting a new one. Since and are used everywhere, I have made the functions involved in expansions global, so they can be used to make custom mappings. Read @@ -398,8 +401,7 @@ in expansions global, so they can be used to make custom mappings. Read 3.3 BACKSPACE *delimitMateBackspace* If you press backspace inside an empty pair, both delimiters are deleted. When -expansions are enabled, will also delete the expansions. NOTE that -deleting expansions will break the redo command. +expansions are enabled, will also delete the expansions. If you type (shift + backspace) instead, only the closing delimiter will be deleted. NOTE that this will not usually work when using Vim from the