I copied a piece of code on the web page and wanted to paste it into vim.
when pasting for the first time, the first few characters of the copied content are always lost, and then the second paste is normal. What is the reason?
below is < title > Hello, World! < / title >
is the test result of the pasted content. If you paste it twice, you can see that the first time (the first two lines) is very strange, and the second time (the third line) is normal.
1
2 , world!</title>
3 <title>Hello, world!</title>
the 1 2 3 on the left is the line number