You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I change the regexp "[[:punct:]]" to the regexp [\b\\-] to split words by only the word boundary and the - symbols to avoid + from being removed.
Hi,
I notice that Cyphejor strips the
+
symbol, hencec++-mode
is converted toc mode
.This is due to the code at this line:
cyphejor/cyphejor.el
Line 84 in cf58099
Currently, I change the regexp
"[[:punct:]]"
to the regexp[\b\\-]
to split words by only the word boundary and the-
symbols to avoid+
from being removed.Could you advise if this is a suitable fix?
I can also create a PR if this is needed
The text was updated successfully, but these errors were encountered: