[VIM] Tip

Hi there,

guess you have a python file, filled up with tabstops and now someone comes in and tells you, that tabstops are uncool and overall indenting should only use 4 spaces.

With vim no problem:

:set tabstop=4
:set expandtab
:retab

Done! Greetings to PhiBo ;-)

Bye Sven