Any Suggestions for an Editor with MS-Windows ?

Rainy sill at optonline.net
Sun Jul 22 13:16:13 EDT 2001


On Sat, 21 Jul 2001 23:23:48 -0700, zeke <Zeke at xyz.net> wrote:
> Am almost half way through the manual and getting ready for the easy
> job of bringing over some basic files (yea, right). Currently using
> Ultra Edit but having doubts about it. 
> zeke
> 

vim - http://www.vim.org

for python autoindent, put this line in your .vimrc:

:autocmd BufNewFile,BufRead *.py set expandtab smartindent cinw=try,if,def,
except,for,while,else,elif,class,finally

(it has to be one line)

-- 
Cymbaline: intelligent learning mp3 player - python, linux, console.
get it at: http://silmarill.org/cymbaline



More information about the Python-list mailing list