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

Bogus command history #34

Closed
XVilka opened this issue Nov 17, 2012 · 1 comment
Closed

Bogus command history #34

XVilka opened this issue Nov 17, 2012 · 1 comment

Comments

@XVilka
Copy link
Contributor

XVilka commented Nov 17, 2012

when browsing the history in upwards direction and then changing the direction downwards the last item on which the direction is changed takes two down arrows. it should take only one.

example of actual behavior:
[TIME:KEY:HISTORY_ITEM]
1:U:Z
2:U:Y
3:U:X
4:D:X
5:D:Y

expected behavior:
[TIME:KEY:HISTORY_ITEM]
1:U:Z
2:U:Y
3:U:X
4:D:Y

Next the visual mode doesn't remember the commands in history.
And the history it's self shouldn't contain duplicate commands that immediately follows each other.

P.S. Moved from http://rada.re/y/bugs.php?bugs&s=view&id=78

@radare
Copy link
Collaborator

radare commented Nov 20, 2012

Fixed in git. thanks

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

No branches or pull requests

2 participants