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
+
1
6
Revision 3.3.7 (2014-12-27):
2
7
3
8
- 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:
135
135
- Caleb Adamantine
136
136
- `David Briscoe <https://github.com/idbrii >`_
137
137
- `Elizabeth Myers <https://github.com/Elizafox >`_
138
+ - `Ihor Gorobets <https://github.com/iho >`_
138
139
- `Jeroen Ruigrok van der Werven <https://github.com/ashemedai >`_
139
140
- `John Eikenberry <https://github.com/eikenb >`_
140
141
- `Marc Weber <https://github.com/MarcWeber >`_
Original file line number Diff line number Diff line change 3
3
" Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
4
4
" Previous Maintainer: Neil Schemenauer <nas at python dot ca>
5
5
" URL: https://github.com/hdima/python-syntax
6
- " Last Change: 2015-03-30
6
+ " Last Change: 2015-06-10
7
7
" Filenames: *.py
8
- " Version: 3.3.7
8
+ " Version: 3.5.0
9
9
"
10
10
" Based on python.vim (from Vim 6.1 distribution)
11
11
" by Neil Schemenauer <nas at python dot ca>
28
28
" Caleb Adamantine
29
29
" David Briscoe
30
30
" Elizabeth Myers
31
+ " Ihor Gorobets
31
32
" Jeroen Ruigrok van der Werven
32
33
" John Eikenberry
33
34
" Marc Weber
You can’t perform that action at this time.
0 commit comments