vi: indicate argument required for T (like t)
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 14 Jul 2015 04:16:39 +0000 (06:16 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
vi.inc.pl

index 6b6d22519ef4db85e2c7308214dc1dc9ee89d0ae..4d78e2b0239d7dc0cbc3637a33797d26c11c1c6e 100644 (file)
--- a/vi.inc.pl
+++ b/vi.inc.pl
@@ -96,7 +96,7 @@ use utf8;
        'S' => "g6 undo modei",
        '^s'=> "g1",
        't' => "g2 arg",
        'S' => "g6 undo modei",
        '^s'=> "g1",
        't' => "g2 arg",
-       'T' => "g2",
+       'T' => "g2 arg",
        '^t'=> "g3",
        'u' => "g4 undo",
        'U' => "g4 undo",
        '^t'=> "g3",
        'u' => "g4 undo",
        'U' => "g4 undo",