ailin-nemui · GitHub

@ailin-nemui

Copy link Copy Markdown

Contributor

@vague666

Copy link Copy Markdown

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

@vague666

Copy link Copy Markdown

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

@ailin-nemui

Copy link Copy Markdown

Contributor Author

that could be discussed in a feature request, this is to restore the code to working conditions

@ailin-nemui

Copy link Copy Markdown

Contributor Author

@irssi/developers

@ailin-nemui

@ailin-nemui

jiongle1 pushed a commit to scantist-ossops-m2/irssi that referenced this pull request

Apr 4, 2024
fix paste_join_multiline
(cherry picked from commit  257cb2f )

Read the original on github.com ↗