From 39b8298390a9171c796df077ad3c5f3c0f111c56 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Mon, 4 Jul 2011 16:51:48 -0500 Subject: [PATCH] Typo on doc. "brake->break" now all of them. --- doc/delimitMate.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/delimitMate.txt b/doc/delimitMate.txt index 8157241..80e4be1 100644 --- a/doc/delimitMate.txt +++ b/doc/delimitMate.txt @@ -353,7 +353,7 @@ Expand to: > | ) < -NOTE that the expansion of will brake the redo command. +NOTE that the expansion of will break the redo command. Since and are used everywhere, I have made the functions involved in expansions global, so they can be used to make custom mappings. Read @@ -364,7 +364,7 @@ in expansions global, so they can be used to make custom mappings. Read 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 brake the redo command. +deleting expansions will break the redo command. 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 @@ -725,7 +725,7 @@ This script was inspired by the auto-completion of delimiters on TextMate. 2.3 2010-06-06 * - Syntax aware: Will turn off when editing comments or other regions, customizable. - Changed format of most mappings. - - Fix: expansion doesn't brake automatic + - Fix: expansion doesn't break automatic indentation adjustments anymore. - Fix: Arrow keys would insert A, B, C or D instead of moving the cursor when using Vim on a terminal.