Closed florisie closed 3 years ago
It seems that when using evil-iedit-state/iedit-mode on test in a buffer containing e.g.:
evil-iedit-state/iedit-mode
test
test :test test:
the latter two test patterns do not get included in the selection, despite the 'original' iedit-mode working correctly.
iedit-mode
@dalanicolai (For receiving notifications as I am reporting this from my brother's laptop/github)
It turns out that the behavior is already in the original iedit-mode. It works correctly when explicitly selecting it first but not when using the command directly on test (without selecting it first).
It seems that when using
evil-iedit-state/iedit-mode
ontest
in a buffer containing e.g.:the latter two
test
patterns do not get included in the selection, despite the 'original'iedit-mode
working correctly.@dalanicolai (For receiving notifications as I am reporting this from my brother's laptop/github)