From: Mischa POSLAWSKY Date: Wed, 3 Jul 2019 12:49:34 +0000 (+0200) Subject: vi: minor corrections for gx/do/dp properties X-Git-Tag: v1.12~28 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/554486a05bd68327b331122eef36246369d94342 vi: minor corrections for gx/do/dp properties --- diff --git a/vi.eng.inc.pl b/vi.eng.inc.pl index 3ea7840..20f70f3 100644 --- a/vi.eng.inc.pl +++ b/vi.eng.inc.pl @@ -765,7 +765,7 @@ def => { 'v' => 'g8 modev', 'V' => "g4", 'w' => "g4 argm v7", - 'x' => "g4 v7", + 'x' => "g4 v7 ext", }, # mode g Z => { @@ -1210,8 +1210,8 @@ def => { (map { $_ => "=$_" } qw( g z [ ] \\ ^\\ ^q ^s ^z )), 'd' => 'g4', - 'o' => 'g4', - 'p' => 'g4', + 'o' => 'g5', + 'p' => 'g5', 's' => 'g4 arg xsurround', 'l' => '=x',