summaryrefslogtreecommitdiffstats
path: root/Misc/Vim/python.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove remaining references to OverflowWarning.Georg Brandl2006-07-051-1/+1
|
* Update for 'ImportWarning'George Yoshida2006-05-161-3/+3
|
* Update for 'with' statement.Brett Cannon2006-03-011-5/+7
|
* Add a script that auto-generates a Vim syntax highlighting file for Python.Brett Cannon2006-02-251-0/+145
Just symlink or copy python.vim to ~/.vim/syntax/ . Also included is a sample Python file with basic expressions to make sure they are highlighted. Also add a Vim directory in Misc to hold all Vim configuration files.