aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-05-22 16:04:57 +0200
committerMarc André Tanner <mat@brain-dump.org>2018-05-30 16:27:45 +0200
commitcbe37e6133109e2459df44a09f9d7006b5c1a60d (patch)
tree9dfeddb0bc6bba78df04a973817f1f4ca1195493
parentd032bb195d80a06cfe873353a7242883b423c070 (diff)
downloadvis-cbe37e6133109e2459df44a09f9d7006b5c1a60d.tar.gz
vis-cbe37e6133109e2459df44a09f9d7006b5c1a60d.tar.xz
sam: always apply | command to existing selections
-rw-r--r--sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sam.c b/sam.c
index ff820d8..6665043 100644
--- a/sam.c
+++ b/sam.c
@@ -188,7 +188,7 @@ static const CommandDef cmds[] = {
CMD_SHELL|CMD_ADDRESS_POS, NULL, cmd_pipein
}, {
"|", VIS_HELP("Pipe range through command")
- CMD_SHELL|CMD_ADDRESS_POS, NULL, cmd_filter
+ CMD_SHELL, NULL, cmd_filter
}, {
"!", VIS_HELP("Run the command")
CMD_SHELL|CMD_ONCE|CMD_ADDRESS_NONE, NULL, cmd_launch