Commit 512552b
committed
Server(fix[run_shell]): -C means tmux command, not capture output
why: run-shell -C parses the argument as a tmux command instead of a
shell command (ARGS_PARSE_COMMANDS_OR_STRING). It does not capture
output. Verified in cmd-run-shell.c:50.
what:
- Rename capture param to as_tmux_command
- Update docstring to reflect actual semantics1 parent 265b9eb commit 512552b
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
447 | 448 | | |
448 | 449 | | |
449 | 450 | | |
| |||
466 | 467 | | |
467 | 468 | | |
468 | 469 | | |
469 | | - | |
| 470 | + | |
470 | 471 | | |
471 | 472 | | |
472 | 473 | | |
| |||
0 commit comments