cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

neovim: The default destination target type when bringing multiple targets to the terminal seems wrong

Open fidgetingbits opened this issue 1 year ago • 1 comments

When bringing multiple tokens to the commandline the default output target type doesn't seem to be line-based. So far example:

❯ echo foo\\nbar
foo
bar

If you say the command bring last paint row X and row Y you get:

foo
bar

This behavior contrast with the default behavior in vscode, which if you say the same thing, you would get foo bar on a single line.

fidgetingbits avatar Jun 24 '24 09:06 fidgetingbits