Thursday, April 29, 2010

Re: A non-Vim behavioural problem

On 2010.04.29 22:00, Marc Weber wrote:

> Excerpts from Steve Bertrand's message of Fri Apr 30 03:47:37 +0200 2010:
>> my $type = $params->{ type };
>> my $data = $params->{ data };
>> my $error = $params->{ error };
>
> Try :set invlist
>
> to see where tabs and spaces are used.
>
> :retab
> or
> :retab!
>
> will replace spaces by tabs or tabs by spaces depending on expandtab
> setting.

...

> See :h paste
>
> or :r!cat
> paste..
>
> <c-d>
>
> which may be faster than using :set invpaste two times.

Thanks for the feedback Marc!

I'll give it a try, and let you know.

Cheers,

Steve

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: