From 0d01c262c0ed23ef950530c743b023e89ef4a821 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 8 Nov 2012 02:21:36 +0100 Subject: support line termination ($$) as immediate editing command + some fixes * separate function for immediate editing command processing * undo.clear() to remove and free all undo tokens without executing them * goto_table_clear() to remove and free all goto table entries --- parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser.cpp') diff --git a/parser.cpp b/parser.cpp index 60c2c49..5eefaf5 100644 --- a/parser.cpp +++ b/parser.cpp @@ -460,7 +460,7 @@ StateControl::custom(gchar chr) #endif /* - * Alternatives: ^[, (cannot be typed), + * Alternatives: ^[, , */ case '[': BEGIN_EXEC(&states.start); -- cgit v1.2.3