learning python building 2nd app, need advices
Phil Boutros
philb at philb.ca
Wed Jan 13 17:49:28 EST 2021
Loris Bennett <loris.bennett at 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
philb at philb.ca http://philb.ca
More information about the Python-list
mailing list