History log of /external/python/cpython2/Misc/Vim/vim_syntax.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8fff20f950d75577bbab09dc543e22db13e7cbe5 29-Jan-2008 Brett Cannon <bcannon@gmail.com> Update Vim syntax highlighting to specify what revision was used to generate
the file.
/external/python/cpython2/Misc/Vim/vim_syntax.py
c8939d23fe24df04e3365427d3b00df97c2792c4 20-Sep-2006 Brett Cannon <bcannon@gmail.com> Make python.vim output more deterministic.
/external/python/cpython2/Misc/Vim/vim_syntax.py
20e192b6a636f0f7a9d7cf85c6b30e64dc6c7bc6 01-Mar-2006 Brett Cannon <bcannon@gmail.com> Update for 'with' statement.
/external/python/cpython2/Misc/Vim/vim_syntax.py
acde7347a547ce515b42805cb18789591c03c016 01-Mar-2006 Brett Cannon <bcannon@gmail.com> Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional
expression for the hell of it.
/external/python/cpython2/Misc/Vim/vim_syntax.py
d6e7e73ff869bf016ac69cc7569ba697089d1e94 26-Feb-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Misc/Vim/vim_syntax.py
a4fe18227d48edbb41b76f2861be2c6b800c6609 25-Feb-2006 Brett Cannon <bcannon@gmail.com> Add a script that auto-generates a Vim syntax highlighting file for Python.
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.
/external/python/cpython2/Misc/Vim/vim_syntax.py