-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Labels
area:editorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etcstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce
Description
Summary
In certain cases soft-wrap may wrap punctuation separately from the word that it follows. For example Boo! should never become Boo\n!.
Description
Steps to reproduce:
- Paste this into a zed buffer
No forking of an editor required! - Enable soft-wrap
- Resize the window until the exclamation point wraps.
Expected Behavior: required! is on one line or the other
Actual Behavior: required! can be split across two lines as required and !
Originally reported by @nathansobo
Zed Version and System Specs
Zed: v0.203.0 (Zed Nightly f4071bd)
OS: macOS 15.6.1
Memory: 64 GiB
Architecture: aarch64
Metadata
Metadata
Assignees
Labels
area:editorFeedback for code editing, formatting, editor iterations, etcFeedback for code editing, formatting, editor iterations, etcstate:reproducibleVerified steps to reproduce included and someone on the team managed to reproduceVerified steps to reproduce included and someone on the team managed to reproduce