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

w should not ever land you after the last character of a line #16

Closed
richkzad opened this issue May 2, 2017 · 2 comments
Closed

w should not ever land you after the last character of a line #16

richkzad opened this issue May 2, 2017 · 2 comments

Comments

@richkzad
Copy link

richkzad commented May 2, 2017

If you are on any line other than the last line of a document, w will eventually bring you to the character location after the end of the line.

(Where # is the cursor)

#esting
Okay

Tap w

Testing#
Okay
@richkzad
Copy link
Author

richkzad commented May 2, 2017

Expected behavior in the above case would be:

#esting
Okay

Tap w

Testing
#kay

@nosami nosami closed this as completed in 4129293 May 2, 2017
nosami added a commit that referenced this issue May 2, 2017
@nosami
Copy link
Owner

nosami commented May 2, 2017

Fixed in 0.16.4

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

No branches or pull requests

2 participants