Closed TroySigX closed 1 year ago
Hmm, that's strange, it seems to work as expected for me:
https://github.com/AckslD/muren.nvim/assets/23341710/82894c68-ed61-4515-a9ca-95ccb8f5f8f1
@AckslD Hmm, maybe it just the preview display. Notice that in the preview panel, it only shows 4 replacements, when in fact, there are 5 of them
@TroySigX Oh, yes I see, I think #33 should fix this but feel free to confirm
Thank you!!! But it seems if the beginning of the range is the first line of buffer, the preview doesn't show anything at all. Have a look at this:
https://github.com/AckslD/muren.nvim/assets/88051085/9b5a5f33-9635-40a2-85b1-c1f843b88b3f
I see, thanks @TroySigX, should be fixed by #34
Thank you so much! I confirm that it is fixed.
Reproduce Steps
I have the following lua file:
I then select from line 2 (
opt.termguicolors = true
) to the end of file, and replaceopt
withx
Expected behavior:
replace
opt
tox
from line 2 to endActual Behavior:
line 2 is not changed (only from line 3 to end)