summaryrefslogtreecommitdiffstats
path: root/Misc/Vim
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-5/+5
|
* Update for 'with' statement.Brett Cannon2006-03-013-17/+24
|
* Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditionalBrett Cannon2006-03-011-4/+1
| | | | expression for the hell of it.
* Remove line meant to test trailing whitespace since that kind of whitespace isBrett Cannon2006-02-261-19/+40
| | | | | | automatically removed. Also annotate what each line is meant to test.
* Whitespace normalization.Tim Peters2006-02-262-2/+2
|
* Move the vimrc file to the newly created Vim/ directory.Brett Cannon2006-02-251-0/+95
|
* Add a script that auto-generates a Vim syntax highlighting file for Python.Brett Cannon2006-02-253-0/+413
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.