Files
neovim/runtime/lua/vim
Jerry 61aabe0730 fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)
Problem:
When 'ignorecase' is set, the default keymap Q and Q would exit visual
mode.

This issue was raised in #28287 and a fix was applied in #28289.

However, `==` operator is subject to user `ignorecase` setting.

Solution:
Switching to `==#` operator would guarantee case sensitive comparison
between visual mode and linewise visual mode.

Co-authored-by: Kuanju Chen <kuanju.chen@mksinst.com>
2024-06-15 10:21:16 +08:00
..
2024-06-15 07:04:27 +08:00
2024-05-27 20:48:46 +02:00
2024-06-15 07:04:27 +08:00
2024-06-08 21:38:06 +02:00
2024-06-07 10:55:14 +08:00
2024-03-06 10:45:22 +00:00
2024-04-26 15:13:06 +01:00
2024-05-27 20:48:46 +02:00
2024-06-07 10:55:14 +08:00
2024-01-16 09:33:10 +00:00
2024-05-27 20:48:46 +02:00
2024-03-16 19:26:10 +00:00
2024-03-16 19:26:10 +00:00
2024-06-08 21:38:06 +02:00
2024-04-30 07:04:42 +08:00
2024-06-03 15:33:10 +02:00
2024-03-09 11:21:55 +00:00