Browse Source

Update CHANGES.txt

Dmitry Vasiliev 9 years ago
parent
commit
10d2c07687
3 changed files with 9 additions and 2 deletions
  1. 5
    0
      CHANGES.txt
  2. 1
    0
      README.rst
  3. 3
    2
      syntax/python.vim

+ 5
- 0
CHANGES.txt View File

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
 Revision 3.3.7 (2014-12-27):
6
 Revision 3.3.7 (2014-12-27):
2
 
7
 
3
     - Add support for Python 3 non-ASCII decorator names.
8
     - Add support for Python 3 non-ASCII decorator names.

+ 1
- 0
README.rst View File

135
 - Caleb Adamantine
135
 - Caleb Adamantine
136
 - `David Briscoe <https://github.com/idbrii>`_
136
 - `David Briscoe <https://github.com/idbrii>`_
137
 - `Elizabeth Myers <https://github.com/Elizafox>`_
137
 - `Elizabeth Myers <https://github.com/Elizafox>`_
138
+- `Ihor Gorobets <https://github.com/iho>`_
138
 - `Jeroen Ruigrok van der Werven <https://github.com/ashemedai>`_
139
 - `Jeroen Ruigrok van der Werven <https://github.com/ashemedai>`_
139
 - `John Eikenberry <https://github.com/eikenb>`_
140
 - `John Eikenberry <https://github.com/eikenb>`_
140
 - `Marc Weber <https://github.com/MarcWeber>`_
141
 - `Marc Weber <https://github.com/MarcWeber>`_

+ 3
- 2
syntax/python.vim View File

3
 " Current Maintainer:   Dmitry Vasiliev <dima at hlabs dot org>
3
 " Current Maintainer:   Dmitry Vasiliev <dima at hlabs dot org>
4
 " Previous Maintainer:  Neil Schemenauer <nas at python dot ca>
4
 " Previous Maintainer:  Neil Schemenauer <nas at python dot ca>
5
 " URL:                  https://github.com/hdima/python-syntax
5
 " URL:                  https://github.com/hdima/python-syntax
6
-" Last Change:          2015-03-30
6
+" Last Change:          2015-06-10
7
 " Filenames:            *.py
7
 " Filenames:            *.py
8
-" Version:              3.3.7
8
+" Version:              3.5.0
9
 "
9
 "
10
 " Based on python.vim (from Vim 6.1 distribution)
10
 " Based on python.vim (from Vim 6.1 distribution)
11
 " by Neil Schemenauer <nas at python dot ca>
11
 " by Neil Schemenauer <nas at python dot ca>
28
 "   Caleb Adamantine
28
 "   Caleb Adamantine
29
 "   David Briscoe
29
 "   David Briscoe
30
 "   Elizabeth Myers
30
 "   Elizabeth Myers
31
+"   Ihor Gorobets
31
 "   Jeroen Ruigrok van der Werven
32
 "   Jeroen Ruigrok van der Werven
32
 "   John Eikenberry
33
 "   John Eikenberry
33
 "   Marc Weber
34
 "   Marc Weber