-
Currently when I run When I search with a lowercase query, it correctly matches a capitalised word in the search results. However, the preview only highlight the first letter of the capitalised word. Wondering if there is anything that I can do so that the preview would highlight the whole matched string? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This issue has been raised before forgot where, the rg matches is using |
Beta Was this translation helpful? Give feedback.
This issue has been raised before forgot where, the rg matches is using
--smart-case
and the neovim matching is done using a regex, fixing it is would require a "hack" regex, consider it a limiation.