From a8ac104bc71690f318306cb76cbb1c4fadd25921 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 8 Dec 2010 01:49:30 +0100 Subject: [PATCH] vi: fix plp block in perl include Broken by code transform in commit v1.3-1-gb9115db06d (2010-06-29) [vi: move legend data to translations include]. --- vi.eng.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vi.eng.inc.pl b/vi.eng.inc.pl index 67af76c..e4f99e6 100644 --- a/vi.eng.inc.pl +++ b/vi.eng.inc.pl @@ -462,7 +462,7 @@ mode => { flag => { ci => ["info", "Info command: shows/does something without altering anything."], - pm => ["motion", "Moves the cursor, or defines the range for an operator (<:= $sign{motion} :>)."], + pm => ["motion", "Moves the cursor, or defines the range for an operator ($sign{motion})."], po => ["positioning", "Other movement (jumps, window (re)positioning)."], co => ["command", "Direct action command."], mi => ["ins mode", "Enters Insert or Replace mode."], -- 2.30.0