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
/
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