Member
Seems to work better but I'm not sure I agree with the assumption that only indented lines should be squashed to the earlier unindented line
I'd prefer having all \n replaced with , regardless of indentation(which can/should be removed)
Maybe make the separation char a setting, paste_replace_newline_with
Member
Maybe make a lone \n on a line the squashing separator, ie
line1
line2
line3
line4
line5
turns into
line1, line2, line3
line4, line5
Contributor Author
that could be discussed in a feature request, this is to restore the code to working conditions
jiongle1 pushed a commit to scantist-ossops-m2/irssi that referenced this pull request
Apr 4, 2024fix paste_join_multiline (cherry picked from commit 257cb2f )