From 554486a05bd68327b331122eef36246369d94342 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 3 Jul 2019 14:49:34 +0200 Subject: [PATCH] vi: minor corrections for gx/do/dp properties --- vi.eng.inc.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', -- 2.30.0