zed/crates/editor
Thorsten Ball f1d21362fa
editor: Fix cursor_shape regression by not setting it to "bar" (#17934)
This fixes the regression introduced here:
https://github.com/zed-industries/zed/pull/17572#issuecomment-2355632615

Essentially: instead of always setting the value when saving settings,
we don't set it by default, but fall back to the default value if it's
not set.

That fixes Vim mode's cursor being overwritten when settings change.

Release Notes:

- N/A
2024-09-17 15:37:43 +02:00
..
src editor: Fix cursor_shape regression by not setting it to "bar" (#17934) 2024-09-17 15:37:43 +02:00
Cargo.toml
LICENSE-GPL