vim: Fix some dw edge cases (#3058)
Release Notes: - vim: Fix `dw` on the last word of a line, and on empty lines.
This commit is contained in:
commit
e7ee8a95f6
6 changed files with 75 additions and 28 deletions
|
@ -23,8 +23,6 @@ pub enum ExemptionFeatures {
|
|||
// MOTIONS
|
||||
// When an operator completes at the end of the file, an extra newline is left
|
||||
OperatorLastNewlineRemains,
|
||||
// Deleting a word on an empty line doesn't remove the newline
|
||||
DeleteWordOnEmptyLine,
|
||||
|
||||
// OBJECTS
|
||||
// Resulting position after the operation is slightly incorrect for unintuitive reasons.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue