vi: g^g is an incompatible feature introduced by vim
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Aug 2015 01:20:15 +0000 (03:20 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 21 Sep 2015 22:20:08 +0000 (00:20 +0200)
vi.inc.pl

index 4d78e2b0239d7dc0cbc3637a33797d26c11c1c6e..322760fe3b748539cd1c73f3423114f66014a321 100644 (file)
--- a/vi.inc.pl
+++ b/vi.inc.pl
@@ -154,7 +154,7 @@ g => {
        'f' => "g4 ext vim6",
        'F' => "g4 ext vim7 new",
        'g' => "g2",
-       '^g'=> "g1",
+       '^g'=> "g1 vim6",
        'h' => "g8 modev",
        'H' => "g8 modev",
        '^h'=> "g8 modev ext vim6",