Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Version-Release number of selected component (if applicable): vim-enhanced 8.2.2146-2 How reproducible: always Steps to Reproduce: Edit a file with vi (or vim). Put in background with ^Z. Run "jobs" Actual results: [1]- Stopped ( test -f /usr/bin/vim && exec /usr/bin/vim "$@"; test -f /usr/bin/vi && exec /usr/bin/vi "$@" ) [2]+ Stopped ( test -f /usr/bin/vim && exec /usr/bin/vim "$@"; test -f /usr/bin/vi && exec /usr/bin/vi "$@" ) Expected results: something like: [1]+ Stopped vi /etc/profile.d/vim.sh [2]+ Stopped vi /etc/issue Additional info: the fancy machinery here completely obscures the ability to see the file being edited if the editor has been job-control stopped.
Hi Mats, thanks for reporting the issue! The fix for this already came into testing repo yesterday, so I'm closing this as a duplicate. *** This bug has been marked as a duplicate of bug 1918575 ***