Files
oak-gpui/crates/vim/src
DinoandConrad Irwin cac920d992 vim: Add support for ignorecase and noignorecase options (#37459)
Update the list of supported options in vim mode so that the following
are now available:

- `:set ignorecase`
- `:set noignorecase`
- `:set ic`
- `:set noic`

This controls whether the case-sensitive search option is disabled or
enabled when using the buffer and project searches, with `ignorecase`
disabling the search option and `noignorecase` enabling it.

Release Notes:

- Added support for `:set ignorecase` and `:set noignorecase` in vim
mode

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2025-09-29 22:43:05 +00:00
..
2024-07-28 22:44:32 -06:00
2025-09-24 16:03:08 +00:00
2025-09-18 16:47:23 +00:00
2025-09-12 17:47:07 +02:00
2025-09-14 10:32:12 +02:00
2025-09-29 20:32:57 +00:00
2025-09-22 14:36:10 -07:00
2025-09-24 16:03:08 +00:00