Using FC5, with fish 1.21.5,I ran the following command:

 

vi /etc/issue.net

 

In vi I made a few changes before typing the key sequence to suspend vi (Ctrl+Z). The following was printed, which I expected.

 

Job 0, 'vi /etc/issue.net' has stopped

 

I then checked the uptime and attempted to return back to vi, by using the fg command i.e:

 

fg %1

 

I then received the following:

 

Send job 1, 'fg %1' to foreground

fish: Could not send job 1 ('fg %1') to foreground

tcsetpgrp: Operation not permitted

 

The prompt then froze and I had to terminate my shell.  I attempted the same sequence of events in a bash shell.  Vi resumed operation without any problems.

 

Is this a vi problem or is something fishy with fish?

 

Reply via email to