1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-18 03:50:24 +01:00

Fixed compatibility with pyrex.vim

This commit is contained in:
Dmitry Vasiliev
2009-05-03 19:22:39 +04:00
parent aa9ec02c33
commit 4f9e8d7c0f
3 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
Revision 3.0.1 (2009-05-03):
- Fixed compatibility with pyrex.vim
Revision 3.0.0 (2008-12-07):
- Added support for non-ASCII identifiers;
@@ -12,6 +16,10 @@ Revision 3.0.0 (2008-12-07):
"execfile", "file", "help", "intern", "long", "raw_input", "reduce",
"reload", "unichr", "unicode", "xrange";
Revision 2.6.4 (2009-05-03):
- Fixed compatibility with pyrex.vim
Revision 2.6.3 (2008-09-29):
- Return back trailing 'L' support for numbers. Actually it was changed for