File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ Revision 3.5.0 (2015-06-10):
2+
3+ - Add support for 'async ...' and 'await' keywords introduced in
4+ Python 3.5. Patch by Ihor Gorobets
5+
16Revision 3.3.7 (2014-12-27):
27
38 - Add support for Python 3 non-ASCII decorator names.
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ List of the contributors in alphabetical order:
135135- Caleb Adamantine
136136- `David Briscoe <https://github.com/idbrii >`_
137137- `Elizabeth Myers <https://github.com/Elizafox >`_
138+ - `Ihor Gorobets <https://github.com/iho >`_
138139- `Jeroen Ruigrok van der Werven <https://github.com/ashemedai >`_
139140- `John Eikenberry <https://github.com/eikenb >`_
140141- `Marc Weber <https://github.com/MarcWeber >`_
Original file line number Diff line number Diff line change 33" Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
44" Previous Maintainer: Neil Schemenauer <nas at python dot ca>
55" URL: https://github.com/hdima/python-syntax
6- " Last Change: 2015-03-30
6+ " Last Change: 2015-06-10
77" Filenames: *.py
8- " Version: 3.3.7
8+ " Version: 3.5.0
99"
1010" Based on python.vim (from Vim 6.1 distribution)
1111" by Neil Schemenauer <nas at python dot ca>
2828" Caleb Adamantine
2929" David Briscoe
3030" Elizabeth Myers
31+ " Ihor Gorobets
3132" Jeroen Ruigrok van der Werven
3233" John Eikenberry
3334" Marc Weber
You can’t perform that action at this time.
0 commit comments