Closed elonderin closed 3 years ago
the problem is that it assumes a space after the #.
#
example where each -> is a toggle:
->
#foo -> oo -> # oo
this seems to be independent of selected line endings but i'm on windows but have only \n
Yes this is a bug,
#foo -> oo -> # oo was always changed to # oo -> oo -> # oo
# oo -> oo -> # oo
pressing CTRL + 7 we got:
CTRL + 7
and pressing CTRL + 7 again
the problem is that it assumes a space after the
#
.example where each
->
is a toggle:#foo -> oo -> # oo
this seems to be independent of selected line endings but i'm on windows but have only \n