From: Mischa POSLAWSKY Date: Wed, 8 Dec 2010 00:49:30 +0000 (+0100) Subject: vi: fix plp block in perl include X-Git-Tag: v1.4~32 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/a8ac104bc71690f318306cb76cbb1c4fadd25921?hp=c9d1c13306fed9f084cf4246ed9b4bfa75b38d30 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]. --- 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."],