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.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to