aaa
bbb
ccc
ddd
When I using copy the above lines from a file and pasted by “right click the mouse and select paste option and left click the mouse” into a file under edit by Vim in the insert mode, I get
the following:
aa
bbb
ccc
ddd
I think it is due to some indent related settings in Vim.
Before pasting, do
:set paste. Afterward, do:set nopaste. See:help pastefor more details.