> vim -u DEFAULTS -c "set autoindent"
Enter insert mode and paste the following with <C-r>+ (assuming that you have copied it to your clipboard register)
foo
bar
baz
Pasted text looks like this:
foo
bar
baz
If I disable autoindent, i.e. run vim -u DEFAULTS, the text gets pasted with the correct indentation.
Text gets pasted like this:
foo
bar
baz
9.0
Operating system: Manjaro Linux x86_64
Terminal: Alacritty
Value of $TERM: tmux-256color
Shell: zsh
No response
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Closed #11553 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()
I didn't know of this distinction, thank you very much!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you commented.![]()