cd won't change the prompt if the command is typed in the vi editor (vi mode).

2013-05-12 Thread Peng Yu
Hi, I have vi mode set. set -o vi. Then I type v to enter the vi editor. In the vi editor, I type 'cd /tmp'. Then, I get the following screen output. Notice that the prompt does not change immediately after the cd command. Could anybody reproduce this behavior? Thanks. ~$ cd /tmp ~$ echo $PWD /

Re: Ctrl-D exits unexpectedly

2013-05-12 Thread Chet Ramey
On 5/10/13 1:12 PM, Martin Szummer wrote: > Bash Version: 4.2 > Patch Level: 45 > Release Status: release > > Description: > The IGNOREEOF behavior changed in Bash 4.2 (in Ubuntu 13.04) compared to > bash in Ubuntu 12.10. > > I used to have in my .bashrc > set -o ignoreeof > export IGNOREEOF=10