From 10d2c07687b611b7c647ad09b8b86ed968819dbd Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Wed, 10 Jun 2015 21:20:04 +0200 Subject: [PATCH] Update CHANGES.txt --- CHANGES.txt | 5 +++++ README.rst | 1 + syntax/python.vim | 5 +++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0566e14..0452c07 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +Revision 3.5.0 (2015-06-10): + + - Add support for 'async ...' and 'await' keywords introduced in + Python 3.5. Patch by Ihor Gorobets + Revision 3.3.7 (2014-12-27): - Add support for Python 3 non-ASCII decorator names. diff --git a/README.rst b/README.rst index f38c6ab..7e21687 100644 --- a/README.rst +++ b/README.rst @@ -135,6 +135,7 @@ List of the contributors in alphabetical order: - Caleb Adamantine - `David Briscoe `_ - `Elizabeth Myers `_ +- `Ihor Gorobets `_ - `Jeroen Ruigrok van der Werven `_ - `John Eikenberry `_ - `Marc Weber `_ diff --git a/syntax/python.vim b/syntax/python.vim index fd48398..e461241 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -3,9 +3,9 @@ " Current Maintainer: Dmitry Vasiliev " Previous Maintainer: Neil Schemenauer " URL: https://github.com/hdima/python-syntax -" Last Change: 2015-03-30 +" Last Change: 2015-06-10 " Filenames: *.py -" Version: 3.3.7 +" Version: 3.5.0 " " Based on python.vim (from Vim 6.1 distribution) " by Neil Schemenauer @@ -28,6 +28,7 @@ " Caleb Adamantine " David Briscoe " Elizabeth Myers +" Ihor Gorobets " Jeroen Ruigrok van der Werven " John Eikenberry " Marc Weber