Support not recording empty commands in fish + add tests for this

This commit is contained in:
David Dworken
2022-10-23 15:45:50 -07:00
parent aa3f449885
commit d5893f0cfa
3 changed files with 4 additions and 0 deletions

View File

@ -1605,6 +1605,8 @@ func TestFish(t *testing.T) {
sleep 0.5
tmux send -t foo echo SPACE foo ENTER
sleep 0.5
tmux send -t foo ENTER
sleep 0.5
tmux send -t foo SPACE echo SPACE baz ENTER
sleep 0.5
tmux send -t foo echo SPACE bar ENTER