You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a small problem with the substitution.
Whenever I want to substitute say all e's in a single word, it substitutes all e's in the line instead.
Input was <leader>sliw
The problem also occurs with minimal config with only subversive installed.
This is a valid issue, but I'm not sure how we'd go about implementing it. Under the hood, subversive generates an ex-mode command to perform the substitution, and as far as I know ex-mode ranges can only be specified as lines.
You can see the ex-mode command that is generated for any substitution by enabling the subversivePromptWithActualCommand setting
Hi,
I have a small problem with the substitution.
Whenever I want to substitute say all e's in a single word, it substitutes all e's in the line instead.
Input was
<leader>sliw
The problem also occurs with minimal config with only subversive installed.
Neovim version output:
Keymap config (lua):
The text was updated successfully, but these errors were encountered: