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
But my editor that I'm using treats the \r\n as one character, so when I delete the \r it actually deletes the whole \r\n. Is it possible to pass a config option or something that "groups" CRLF as one character. (Generic implementation may be useful in other cases, but this is my primary use case)
The text was updated successfully, but these errors were encountered:
Hey! This is great, but I noticed that I'm trying to apply a diff from
diffChars
, and sometimes there's changes like:But my editor that I'm using treats the
\r\n
as one character, so when I delete the\r
it actually deletes the whole\r\n
. Is it possible to pass a config option or something that "groups" CRLF as one character. (Generic implementation may be useful in other cases, but this is my primary use case)The text was updated successfully, but these errors were encountered: