summaryrefslogtreecommitdiffstats
path: root/Misc/Vim
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-293-8/+9
* Merged revisions 59595-59604 via svnmerge fromChristian Heimes2007-12-281-10/+3
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-2/+2
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Add a note to this file that it might be out of date and need some care.Neal Norwitz2007-04-211-0/+2
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-133-33/+34
* Fix comment for indenting in C files.Brett Cannon2006-08-311-1/+1
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-273-7/+6
* Change C code to use 4-space indents.Brett Cannon2006-04-241-6/+6
* 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
* Remove line meant to test trailing whitespace since that kind of whitespace isBrett Cannon2006-02-261-19/+40
* 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