summaryrefslogtreecommitdiffstats
path: root/Completion/Mandrake
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-06-12 23:00:26 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-06-14 01:57:17 +0200
commit8ca612cfe2ace3819656c483dcc3822da6b63f01 (patch)
treeb5096b3c996d8e2e52bab86877d8c3780d788b58 /Completion/Mandrake
parentunposted: add some usage notes to zpty -d and -t (diff)
downloadzsh-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
54762: make curjob and prevjob work betterHEADmaster
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/Mandrake')
0 files changed, 0 insertions, 0 deletions