Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
e
behavior in operator-pending mode of vim
example
`e`'s behavior is actually not same as `w`. For example, let's say we have the following text and the cursor is on 'f'. ``` foo bar ``` Then `de` deletes the text 'foo' but `dw` deletes the text 'foo ' including the trailing space.
- Loading branch information