more precise presentation of i^_
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 31 Jul 2008 21:56:46 +0000 (21:56 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 1 Aug 2008 00:18:29 +0000 (00:18 +0000)
Slightly better description, and disable the i^b key as it's been
replaced by i^_ (still shown with alternate ?key setting though).

vim-cmds.inc.pl

index 6ff4d305c9adba6e79af8bea54bb71e2fd8c0003..013b4559d83c0839212e7274f421ccc8bfaea937 100644 (file)
@@ -490,11 +490,11 @@ i => {
        '^^' => ["toggle :lmap usag$sign{_}e", "co vim"],
        '^[' => ["esc", "mo mode"],
        '^]' => ["abbrev$sign{_}iate", "co vim"],
-       '^_' => ["change lang$sign{_}uage", "co vim"],
+       '^_' => ["toggle lang$sign{_}uage", "co vim"],
        '^\\'=> ["switch mode", "mo arg"],
 
        '^a' => ["insert prev$sign{_}ious", "co vim"],
-       '^b' => ["former i^_", "co"],
+       '^b' => ["former i^_", "no vim"],
        '^c' => ["abort, no abbr", "mo mode"],
        '^d' => ["un$sign{_}indent", "co"],
        '^e' => ["ins char below", "co vim"],