diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-01-29 04:18:04 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-01-29 04:18:04 +0000 |
commit | 8fff20f950d75577bbab09dc543e22db13e7cbe5 (patch) | |
tree | 33f330dca42103dd89596c5b5311cd7a21da677f /Misc/Vim/syntax_test.py | |
parent | 870d0c28716e979660546cc1aa54272f771cedeb (diff) | |
download | cpython-git-8fff20f950d75577bbab09dc543e22db13e7cbe5.tar.gz |
Update Vim syntax highlighting to specify what revision was used to generate
the file.
Diffstat (limited to 'Misc/Vim/syntax_test.py')
-rw-r--r-- | Misc/Vim/syntax_test.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Misc/Vim/syntax_test.py b/Misc/Vim/syntax_test.py index ccc7f309c6..1d208668d0 100644 --- a/Misc/Vim/syntax_test.py +++ b/Misc/Vim/syntax_test.py @@ -4,9 +4,8 @@ Meant to cover a wide range of different types of statements and expressions. Not necessarily sensical or comprehensive (assume that if one exception is highlighted that all are, for instance). -Highlighting extraneous whitespace at the end of the line is not represented -here as all trailing whitespace is automatically removed from .py files in the -repository. +Extraneous trailing whitespace can't be tested because of svn pre-commit hook +checks for such things. """ # Comment |