From ad932f52425260bb56f76f4967ebd74a369a5af3 Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Sun, 1 Nov 2015 18:58:42 +0100 Subject: [PATCH] Update CHANGES/README --- CHANGES.txt | 2 ++ README.rst | 1 + syntax/python.vim | 1 + 3 files changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4a555dc..2d3b520 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,8 @@ Revision 3.6.0 (2015-11-XX): - Fix 'async def' highlighting. Patch by Joongi Kim + - Add dummy 'pythonInclude' group to avoid crashing standard pyrex.vim. + Patch by Antony Lee Revision 3.5.0 (2015-06-10): diff --git a/README.rst b/README.rst index a45e330..f9cd20d 100644 --- a/README.rst +++ b/README.rst @@ -132,6 +132,7 @@ List of the contributors in alphabetical order: - `Andrea Riciputi `_ - Anton Butanaev +- `Antony Lee `_ - Caleb Adamantine - `David Briscoe `_ - `Elizabeth Myers `_ diff --git a/syntax/python.vim b/syntax/python.vim index 89ade79..f19a12c 100644 --- a/syntax/python.vim +++ b/syntax/python.vim @@ -25,6 +25,7 @@ " " Andrea Riciputi " Anton Butanaev +" Antony Lee " Caleb Adamantine " David Briscoe " Elizabeth Myers