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

Fix jumpable(1) problem #48

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

Conversation

ssfdust
Copy link

@ssfdust ssfdust commented Aug 6, 2019

Why this change is necessary and useful

When cursor in the comment
# get work(possible) |
the '|'is the position of cursor. The cmp#jumpable(1) function return 1
instead of 0, so we need to check the forward contents not containing
the end border to fix the problem.

When cursor in the comment, e.g. "# get work(possible) |", the '|'
is the position of cursor. The cmp#jumpable(1) function return 1
instead of 0, so we need to check the forward contents not containing
the end border to fix the problem.
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.

None yet

1 participant