Files
oak-gpui/docs/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
..
2025-09-29 12:17:49 -05:00
2025-09-24 11:10:58 -05:00
2025-09-08 08:48:47 -06:00
2025-09-24 11:10:58 -05:00
2025-06-30 23:35:00 -07:00