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.
Was this what you're looking for?
Also not that when copy & pasting you don't copy paste verbatim by
defaultl. Vim will take copy input the way you type.
See :h paste
or :r!cat
paste..
<c-d>
which may be faster than using :set invpaste two times.
Marc Weber
--
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:
Post a Comment