-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Comments
Fixed in git. thanks |
radare
added a commit
that referenced
this issue
Nov 20, 2012
ghost
mentioned this issue
Apr 30, 2015
Closed
yossizap
pushed a commit
to yossizap/radare2
that referenced
this issue
Dec 30, 2019
yossizap
pushed a commit
to yossizap/radare2
that referenced
this issue
Dec 30, 2019
and fix initialization order while at it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: