Loris Bennett <loris.benn...@fu-berlin.de> wrote:
<snip>
> As an Emacs user, personally I would use the command 
>
>   M-x untabify
>
> within Emacs.  I assume that Vim has something similar.

    It does.  ':retab' is what you want.  If you have tabstop set to a
specific value, it'll use that.  If not, you can do ':retab <spaces>',
where <spaces> is an integer defining how many spaces to replace a tab
with.

    Don't add the quote symbols ('), I added it for readability!

    As others have mentionned, 'expand' from the shell also works. 
    
Phil
-- 
AH#61  Wolf#14  BS#89  bus#1  CCB#1  SENS  KOTC#4
ph...@philb.ca  http://philb.ca
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to