vi and python?
Stefan Schwarzer
s.schwarzer at ndh.net
Wed Jan 26 04:12:58 EST 2000
More information about the Python-list mailing list
Wed Jan 26 04:12:58 EST 2000
- Previous message (by thread): vi and python?
- Next message (by thread): vi and python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Ben, Ben Beuchler schrieb: > Sounds good. This may sound like a stupid question, but is there a way to > have it only use these options with .py files? I haven't done too much > yet with customizing vim... Read the help text on autocommands: :help autocmd.txt One thing to consider is to undo the changes you made on (e. g.) BufEnter for your *.py files. "Undo" is probably difficult or at least tedious if you want exactly the settings that you had before, not only a kind of default set. Stefan
- Previous message (by thread): vi and python?
- Next message (by thread): vi and python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list