Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly detect whether a C file is using tabs or spaces for Vim. | Brett Cannon | 2009-11-08 | 1 | -18/+16 |
| | | | | Closes issue #5611. Thanks Kirk McDonald and Johannes Hoff. | ||||
* | Update Vim syntax highlighting to specify what revision was used to generate | Brett Cannon | 2008-01-29 | 3 | -8/+9 |
| | | | | the file. | ||||
* | Make trailing whitespace explicit (including when it is an all-whitespace | Brett Cannon | 2007-12-24 | 1 | -10/+3 |
| | | | | line). | ||||
* | Make python.vim output more deterministic. | Brett Cannon | 2006-09-20 | 2 | -32/+32 |
| | |||||
* | Have pre-existing C files use 8 spaces indents (to match old PEP 7 style), but | Brett Cannon | 2006-08-31 | 1 | -2/+3 |
| | | | | have all new files use 4 spaces (to match current PEP 7 style). | ||||
* | Fix comment about indentation level in C files. | Brett Cannon | 2006-08-31 | 1 | -1/+1 |
| | |||||
* | Remove remaining references to OverflowWarning. | Georg Brandl | 2006-07-05 | 1 | -1/+1 |
| | |||||
* | Change C spacing to 4 spaces by default to match PEP 7 for new C files. | Brett Cannon | 2006-05-26 | 1 | -1/+1 |
| | |||||
* | Update for 'ImportWarning' | George Yoshida | 2006-05-16 | 1 | -3/+3 |
| | |||||
* | Get rid of __context__, per the latest changes to PEP 343 and python-dev | Guido van Rossum | 2006-05-02 | 1 | -2/+0 |
| | | | | | | | | discussion. There are two places of documentation that still mention __context__: Doc/lib/libstdtypes.tex -- I wasn't quite sure how to rewrite that without spending a whole lot of time thinking about it; and whatsnew, which Andrew usually likes to change himself. | ||||
* | Update for 'with' statement. | Brett Cannon | 2006-03-01 | 3 | -17/+24 |
| | |||||
* | Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional | Brett Cannon | 2006-03-01 | 1 | -4/+1 |
| | | | | expression for the hell of it. | ||||
* | Remove line meant to test trailing whitespace since that kind of whitespace is | Brett Cannon | 2006-02-26 | 1 | -19/+40 |
| | | | | | | automatically removed. Also annotate what each line is meant to test. | ||||
* | Whitespace normalization. | Tim Peters | 2006-02-26 | 2 | -2/+2 |
| | |||||
* | Move the vimrc file to the newly created Vim/ directory. | Brett Cannon | 2006-02-25 | 1 | -0/+95 |
| | |||||
* | Add a script that auto-generates a Vim syntax highlighting file for Python. | Brett Cannon | 2006-02-25 | 3 | -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. |