vim: Fix some dw edge cases

This commit is contained in:
Conrad Irwin 2023-09-27 23:09:09 -06:00
parent ece4875973
commit 768c991909
6 changed files with 75 additions and 28 deletions

View file

@ -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.