summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle_vi.c')
-rw-r--r--Src/Zle/zle_vi.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/Src/Zle/zle_vi.c b/Src/Zle/zle_vi.c
index 3a4304ced..84cba7759 100644
--- a/Src/Zle/zle_vi.c
+++ b/Src/Zle/zle_vi.c
@@ -258,7 +258,7 @@ getvirange(int wf)
pos = tmp;
}
- if (visual && invicmdmode())
+ if (visual == 1 && invicmdmode())
INCPOS(pos);
/* Was it a line-oriented move? If so, the command will have set *
@@ -389,9 +389,6 @@ videletechar(char **args)
startvichange(-1);
- if (region_active)
- return killregion(args);
-
/* handle negative argument */
if (n < 0) {
int ret;
@@ -804,9 +801,6 @@ vibackwarddeletechar(char **args)
if (invicmdmode())
startvichange(-1);
- if (region_active)
- return killregion(args);
-
/* handle negative argument */
if (n < 0) {
int ret;