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 Shift-O on the last line of the file #676

Merged
merged 1 commit into from
Feb 10, 2015
Merged

Fix Shift-O on the last line of the file #676

merged 1 commit into from
Feb 10, 2015

Conversation

keith
Copy link
Contributor

@keith keith commented Jan 2, 2015

This fixes an issue where, when the start of the line is the last
character of the file, there an off by 1 error that would cause shift-o
not to work. characterAtIndex expects and index within the bounds of
this string, the passed character index was previously the length of the
string.

This fixes #675

This fixes an issue where, when the start of the line is the last
character of the file, there an off by 1 error that would cause shift-o
not to work. `characterAtIndex` expects and index within the bounds of
this string, the passed character index was previously the length of the
string.

This fixes #675
@keith
Copy link
Contributor Author

keith commented Jan 15, 2015

Ping

@JugglerShu
Copy link
Contributor

Sorry I have been in hospital and couldn't reply. I'll see the PR and take some actions.

JugglerShu added a commit that referenced this pull request Feb 10, 2015
Fix Shift-O on the last line of the file
@JugglerShu JugglerShu merged commit 541dd5d into XVimProject:develop Feb 10, 2015
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.

2 participants