From 668b61892a37f501463e6755124d757ae322fc39 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 19 Jul 2008 01:38:39 +0000 Subject: [PATCH] swapped group descriptions for z and Z --- vim-cmds.inc.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], -- 2.30.0