On Wed, 2006-03-08 at 15:52 +0000, [EMAIL PROTECTED] wrote: > All, > > I'm having a problem pasting from a windows notepad/wordpad to Vi in a SSH > Term... > > When I copy a couple rows from Notepad somehow it creates more tabs > adn continuing the "#" symbol... >
Vim is trying to do auto-completion or indenting. You can disable this by typing ":set paste". This disables all automatic styling and inserts everything you enter without modification. _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
