Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bash previous-history command editing error #90

Open
GoogleCodeExporter opened this issue Mar 28, 2015 · 0 comments
Open

Bash previous-history command editing error #90

GoogleCodeExporter opened this issue Mar 28, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Hi
What steps will reproduce the problem?
1. lets say I enter the command with a typo and instead of writing "echo 'test' 
I write:

user@linux:~$ echo 'tedt'

2. When I try to fix the typo by editing my last command (by pressing the up 
arrow on the keyboard), after deleting the 'd' (by pressing delete on the 
keyboard) and entering 's', the 'd' gets reinserted:

user@linux:~$ echo 'tesdt

3. and even if I fix the new error by deleting the d the output is still wrong:

user@linux:~$ echo 'test'
tesdt


What version of the product are you using? On what operating system?

I am using Conque version 2.3 with vim 7.2.330 on ubuntu 10.04


Please provide any additional information below.

The problem does not appear when using backspace instead of delete.
The same problem occurs when using ipython, or python.

Thanks :)

Original issue reported on code.google.com by [email protected] on 22 Nov 2012 at 2:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant