I always wondered why when I pasted text into vim, each line, as you go further down the text, is more and more endented.
I just discovered it might have to do with the auto-identation feature of Vim. It would seem that it interprets each pasted newline as if Enter was pressed and idents the nect line to whatever algorithm was program to position the cursor.
I'd put my hand in the fire that there's a more convenient, better, proper way to do this.



