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.
when the last line is not empty and the cursor is on the last character, de will not do anything where it should delete the last character; I may look at this because it's probably related to #555 and #581.
Also because of the same bug, ce at the last character of the non-empty last line behaves like i but should behave like s.
when the last line is not empty and the cursor is on the last character,
dewill not do anything where it should delete the last character; I may look at this because it's probably related to #555 and #581.Also because of the same bug,
ceat the last character of the non-empty last line behaves likeibut should behave likes.