vi: fix plp block in perl include
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 8 Dec 2010 00:49:30 +0000 (01:49 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 15 Dec 2010 21:40:44 +0000 (22:40 +0100)
Broken by code transform in commit v1.3-1-gb9115db06d (2010-06-29)
[vi: move legend data to translations include].

vi.eng.inc.pl

index 67af76c69eba217802994381ce3c7eafc5077404..e4f99e64cea3b3d35481d6d40b8c3410a5821b16 100644 (file)
@@ -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."],