Skip to content

Commit

Permalink
sam: always apply | command to existing selections
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed May 30, 2018
1 parent d032bb1 commit cbe37e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cbe37e6

Please sign in to comment.