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

Handle invisible transactions when navigating #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kevinjfoley
Copy link
Contributor

This allows next and prev navigate commands to work better with ledger-occur.

Adds an optional argument to ledger-navigate-start-xact-or-directive-p which indicates whether to consider invisible points when determining if point is at beginning of xact or directive.

This also refactors ledger-navigate-prev-xact-or-directive to use the same recursive logic as ledger-navigate-next-xact-or-directive. I'm not sure if one or the other performs better but I think the recursive logic is easier to understand and it seems reasonable they should both use the same logic.

This allows next and prev navigate commands to work better with `ledger-occur`.
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

Successfully merging this pull request may close these issues.

1 participant