From 7830a8c498730cd08dad27d4d6ec9722f9cd637a Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Thu, 28 Jul 2016 16:07:59 +0200 Subject: unposted: fix vi-pipe for visual mode: don't need to force line mode --- Functions/Zle/vi-pipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zle/vi-pipe b/Functions/Zle/vi-pipe index 028f1e1ce..c32e64a59 100644 --- a/Functions/Zle/vi-pipe +++ b/Functions/Zle/vi-pipe @@ -13,7 +13,7 @@ autoload -Uz read-from-minibuffer local _save_cut="$CUTBUFFER" REPLY # force movement to default to line mode -zle -U V +(( REGION_ACTIVE )) || zle -U V # Use the standard vi-change to accept a vi motion. zle .vi-change || return read-from-minibuffer "!" -- cgit 1.4.1