You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
This may be hard to explain so I'll try giving an example. Bold characters indicate the cursor position. Or an underscore, if there is no character.
Start with:
12345
abcde
fghij
press 'dk'
Result in Vim:
12345
Result in Atom with vim-mode:
12345
_
There are test cases that show this broken behavior, but they do not run, because of indentation errors with CoffeeScript. PR #386 fixes the tests, but of course, this causes Travis to report that the PR changes cause the tests to fail.
This may be hard to explain so I'll try giving an example. Bold characters indicate the cursor position. Or an underscore, if there is no character.
Start with:
press 'dk'
Result in Vim:
Result in Atom with vim-mode:
There are test cases that show this broken behavior, but they do not run, because of indentation errors with CoffeeScript. PR #386 fixes the tests, but of course, this causes Travis to report that the PR changes cause the tests to fail.