From: Mischa POSLAWSKY Date: Sat, 19 Jul 2008 01:38:39 +0000 (+0000) Subject: swapped group descriptions for z and Z X-Git-Tag: v1.1~8 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/668b61892a37f501463e6755124d757ae322fc39 swapped group descriptions for z and Z --- diff --git a/vim-cmds.inc.pl b/vim-cmds.inc.pl index e627e07..461f5af 100644 --- a/vim-cmds.inc.pl +++ b/vim-cmds.inc.pl @@ -183,7 +183,7 @@ g => { }, # mode g Z => { - desc => "additional commands (z)", + desc => "quit commands", lead => "Z", '^['=> ["esc", "mo mode"], @@ -193,7 +193,7 @@ Z => { }, # mode Z z => { - desc => "quit commands", + desc => "additional commands (z)", lead => "z", '^' => ["page above", "po"],