[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bogus spaces inserted when pasting to VIM



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 = 0660
>   mode_fail_narrower = false
>   envelope_to_add = true
>   directory = ${home}/Maildir/.$h_X-gotmail-folder
>   maildir_format = true
> 
> And than paste (clicking the middle button) in another instance, it inserts spaces at the beginning of the lines, which results in:
> 
> local_folder_delivery:
>   driver = appendfile
>     group = mail
>       mode = 0660
>         mode_fail_narrower = false
>           envelope_to_add = true
>             directory = ${home}/Maildir/.$h_X-gotmail-folder
>               maildir_format = true

:set paste

Then paste.



Reply to: