diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-06-12 23:00:26 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-06-14 01:57:17 +0200 |
| commit | 8ca612cfe2ace3819656c483dcc3822da6b63f01 (patch) | |
| tree | b5096b3c996d8e2e52bab86877d8c3780d788b58 /Completion/Unix/Command/_mencal | |
| parent | unposted: add some usage notes to zpty -d and -t (diff) | |
| download | zsh-master.tar zsh-master.tar.gz zsh-master.tar.bz2 zsh-master.tar.lz zsh-master.tar.xz zsh-master.tar.zst zsh-master.zip | |
In particular, these two sequences were still broken after 54294:
% v() { vim "$@"; }; v
[suspend vim]
% urxvt &
[3] 12707
% bg %-
bg: job already in background
% fg
[1] continued
[exit vim]
% fg
before:
fg: no current job
after:
[3] + running urxvt
% sleep 100
^Z
zsh: suspended sleep 100
% bg
[1] continued sleep 100
% fg
before
fg: no current job
after:
[1] - running sleep 100
The changed test expected the sole remaining job to be %- which should
not be possible, and now it is properly %+ instead.
Diffstat (limited to 'Completion/Unix/Command/_mencal')
0 files changed, 0 insertions, 0 deletions
