Skip to content

Fix jumpable(1) problem#48

Open
ssfdust wants to merge 1 commit intotenfyzhong:masterfrom
ssfdust:fixjumpable
Open

Fix jumpable(1) problem#48
ssfdust wants to merge 1 commit intotenfyzhong:masterfrom
ssfdust:fixjumpable

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.

1 participant