vim: Respect search settings in buffer search#48127
vim: Respect search settings in buffer search#48127SomeoneToIgnore merged 4 commits intozed-industries:mainfrom
Conversation
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>
The unit test added. |
SomeoneToIgnore
left a comment
There was a problem hiding this comment.
Good, that's quite an improvement over #40963 as this time the test actually works right and does fail on main.
I would appreciate if next time you think a bit more and actually write tests when you're changing the logic.
Ideally, you can also clear slop like
but one clever thing at a time, I guess...
|
Refactor unit test #48165 |
This reverts commit aafecf0.
|
I'm reverting this for now (in #48234). The It would be nice to allow a users' configuration to override the defaults, but the challenge is that the default for vim mode differs from the default for non-vim mode. One possible option would be to default the zed/crates/editor/src/editor_settings.rs Line 271 in 9944e08 |
…48234) Release Notes: - (nightly only) Fixed vim search to be regex by default
Closes #48007
Release Notes:
"search"default settings