From: Mischa POSLAWSKY Date: Tue, 14 Jul 2015 04:16:39 +0000 (+0200) Subject: vi: indicate argument required for T (like t) X-Git-Tag: v1.8~21 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/8cb3f70829c0d1838381269602a6e6e2481ad1fa vi: indicate argument required for T (like t) --- diff --git a/vi.inc.pl b/vi.inc.pl index 6b6d225..4d78e2b 100644 --- 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",