vim::Tag doesn't respect self closing or void tags #24041
Replies: 2 comments 1 reply
-
Interesting, I would expect this to be the default behavior as well. However, learned something new today, |
Beta Was this translation helpful? Give feedback.
-
I like the Zed's pragmatic approach to Vim emulation I never liked this behavior on Neo(vim) |
Beta Was this translation helpful? Give feedback.
-
Summary
Here is some sample html
Actual Behavior:
Doing
d a t
over elements two, three or four deletes the whole of tag one while doingd a t
over element five deletes just element fiveExpected Behavior:
Doing
d a t
over elements two, three or fours should just delete those tagsZed Version and System Specs
Zed: v0.171.3 (Zed)
OS: macOS 15.3.0
Memory: 18 GiB
Architecture: aarch64
Beta Was this translation helpful? Give feedback.
All reactions