Re: Bogus spaces inserted when pasting to VIM

2002-09-23 Thread Kevin Coyner
On Sun, Sep 22, 2002 at 01:44:22PM -0400, Matthew Daubenspeck wrote.. > > :set paste > > Then paste. > > This works great. Taking it one step further, do the following in your .vimrc . :set pastetoggle= This makes F12 (or your favorite key) a toggle between being in paste mode and

Re: Bogus spaces inserted when pasting to VIM

2002-09-22 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Tim Dijkstra <[EMAIL PROTECTED]> wrote: >Does anybody have seen this before and, more importantly, does anybody >know a fix for this? It's auto-indent, and it's annoying. Put this file in your homedirectory as ".vimrc" to turn off all that nonsense (you really o

Re: Bogus spaces inserted when pasting to VIM

2002-09-22 Thread Matthew Daubenspeck
On Sun, Sep 22, 2002 at 07:51:25PM +0200, Tim Dijkstra wrote: > Hi, > > I have this annoying problem when using VIM. If I select in one instance of VIM >(using the mouse) some text that starts with some spaces, like: > > local_folder_delivery: > driver = appendfile > group = mail > mode =

Re: Bogus spaces inserted when pasting to VIM

2002-09-22 Thread Paulo Henrique Baptista de Oliveira
Hi, try :set noautoindent Regards,Paulo Henrique On Sun, 22 Sep 2002 19:51:25 +0200 Tim Dijkstra <[EMAIL PROTECTED]> wrote: > Hi, > > I have this annoying problem when using VIM. If I select in one instance of VIM >(using the mouse) some text th

Bogus spaces inserted when pasting to VIM

2002-09-22 Thread Tim Dijkstra
Hi, I have this annoying problem when using VIM. If I select in one instance of VIM (using the mouse) some text that starts with some spaces, like: local_folder_delivery: driver = appendfile group = mail mode = 0660 mode_fail_narrower = false envelope_to_add = true directory = ${hom