Open qstrahl opened 7 years ago
This may also apply to other punctuation characters, I'm not sure. To reproduce:
set iskeyword+=?
<Plug>(asterisk-#)
?
Curiously, <Plug>(asterisk-*) does not break the word at ?. I think # should behave this way, too.
<Plug>(asterisk-*)
#
This may also apply to other punctuation characters, I'm not sure. To reproduce:
set iskeyword+=?
<Plug>(asterisk-#)
on a word containing?
?
will break the wordCuriously,
<Plug>(asterisk-*)
does not break the word at?
. I think#
should behave this way, too.