vim: Fix some dw edge cases
This commit is contained in:
parent
ece4875973
commit
768c991909
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