We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This leads (by step 3) to a buffer consisting of
1 2 <CURSOR>
And crashes with
moe.nim(51) moe moe.nim(42) main visualmode.nim(179) visualMode visualmode.nim(118) visualCommand visualmode.nim(76) deleteBuffer visualmode.nim(62) yankBuffer system.nim(2918) sysFatal Error: unhandled exception: index out of bounds [IndexError]
This leads (by step 5) to a buffer consisting of
1 <CURSOR> 2 1
moe.nim(88) moe moe.nim(75) main visualmode.nim(184) visualMode visualmode.nim(120) visualCommand visualmode.nim(76) deleteBuffer visualmode.nim(62) yankBuffer system.nim(2918) sysFatal Error: unhandled exception: index out of bounds [IndexError]
The failure is seen with both 'master' and 'develop' builds.
The text was updated successfully, but these errors were encountered:
Fix #287
f7c3583
Revert "Fix #287"
01d9d9a
This reverts commit f7c3583.
Merge pull request #288 from fox0430/fix#287
836354d
fox0430
No branches or pull requests
replication (last line)
This leads (by step 3) to a buffer consisting of
And crashes with
replication (first line)
This leads (by step 5) to a buffer consisting of
And crashes with
other info
The failure is seen with both 'master' and 'develop' builds.
The text was updated successfully, but these errors were encountered: