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
BF: Make EOL replacement without wx and handle exceptions
The call to convertEOL added an extra step in the paste process, leaving
extra steps to undo in the event of using undo after paste. This fix
looks for non-unix EOLs and replaces them with unix EOLs using string
replace method.
0 commit comments