On May 13, 7:46 am, parapara <[email protected]> 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? > > Thanks!
I often visually select text then apply retab: '<,'>retab That will change tabs to spaces ONLY in the selected text. -Bill -- 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
