No visual clue when doing an interactive search & replace in vim mode

Steps to reproduce

With vim mode enabled, do an interactive “search & replace”:

  1. Go to normal mode (<ESC>).
  2. Interactively increase the level of some headers with command %s/^#/##/c (c is for manual confirmation).

Did you follow the troubleshooting guide? [Y/N] Y

Expected result

I expect the text that is about to be changed to be highlighted in some way (at least with the cursor on it or something like this).

Actual result

Instead, nothing is shown, and I can’t see what part of the text is about to be changed.

Environment

SYSTEM INFO:
Obsidian version: v1.7.6
Installer version: v1.6.5
Operating system: Darwin Kernel Version 24.1.0: Thu Oct 10 21:05:14 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T8103 24.1.0
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 3
Plugins enabled: 0

RECOMMENDATIONS:
none


Additional information

Changing headers is not the culprit, here (but there can also be some specific problem due to their visual rendering without the # marks): doing the same with, say, %s/me/ME/c highlights all the me text parts, but still doesn’t show which one is about to be changed.

Thanks!