syl20bnr / evil-iedit-state

Slick Evil states for iedit.
GNU General Public License v3.0
59 stars 25 forks source link

evil-iedit-state/iedit-mode does not include keywords (or other symbols that include colons) #35

Closed florisie closed 3 years ago

florisie commented 3 years ago

It seems that when using evil-iedit-state/iedit-mode on test in a buffer containing e.g.:

test
:test
test:

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)

florisie commented 3 years ago

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).