On 14/05/11 12:46 AM, parapara wrote:
I looked up how to change tabs to spaces in a file and saw both

:retab

and

:%retab

as answers. Does the '%' change the meaning of the command?

Usually it makes the command apply to the whole file rather than the
current line only, but :retab applies to the whole file by default
anyway, so it makes no difference for that command.

:help :%
:help :retab

Ben.



--
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

Reply via email to