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

Using the dot (repeat) operator disables scroll margins #86

Open
countvajhula opened this issue Feb 28, 2023 · 0 comments
Open

Using the dot (repeat) operator disables scroll margins #86

countvajhula opened this issue Feb 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@countvajhula
Copy link
Collaborator

Symex typically maintains scroll margins so that moving the cursor near the bottom or top of the buffer causes the buffer to scroll to preserve sufficient visibility of the selected expression. It looks like these margins are not preserved after using the . (dot / repeat) operator.

For comparison, using u and C-r preserve them, so maybe there is a missing step like adding advice or something like that. Typically I believe the margins are set upon entering Symex evil state and restored to the original upon leaving the state, so it's also possible that dot triggers a change of state somehow.

@countvajhula countvajhula converted this from a draft issue Feb 28, 2023
@countvajhula countvajhula added the bug Something isn't working label Feb 28, 2023
@countvajhula countvajhula mentioned this issue Mar 11, 2023
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant