vi: indicate argument required for T (like t)
[sheet.git] / 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",
-       'T' => "g2",
+       'T' => "g2 arg",
        '^t'=> "g3",
        'u' => "g4 undo",
        'U' => "g4 undo",