aboutsummaryrefslogtreecommitdiff
path: root/sam.c
diff options
context:
space:
mode:
Diffstat (limited to 'sam.c')
-rw-r--r--sam.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sam.c b/sam.c
index b6a497e..60d11d0 100644
--- a/sam.c
+++ b/sam.c
@@ -1708,9 +1708,6 @@ static bool cmd_pipeout(Vis *vis, Win *win, Command *cmd, const char *argv[], Se
int status = vis_pipe(vis, win->file, range, (const char*[]){ argv[1], NULL }, NULL, NULL, &buferr, read_buffer);
- if (status == 0 && sel)
- view_cursors_to(sel, range->start);
-
if (vis->interrupted)
vis_info_show(vis, "Command cancelled");
else if (status != 0)