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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user