瀏覽代碼

Update CHANGES/README

Dmitry Vasiliev 9 年之前
父節點
當前提交
ad932f5242
共有 3 個檔案被更改,包括 4 行新增0 行删除
  1. 2
    0
      CHANGES.txt
  2. 1
    0
      README.rst
  3. 1
    0
      syntax/python.vim

+ 2
- 0
CHANGES.txt 查看文件

@@ -1,6 +1,8 @@
1 1
 Revision 3.6.0 (2015-11-XX):
2 2
 
3 3
     - Fix 'async def' highlighting. Patch by Joongi Kim
4
+    - Add dummy 'pythonInclude' group to avoid crashing standard pyrex.vim.
5
+      Patch by Antony Lee
4 6
 
5 7
 Revision 3.5.0 (2015-06-10):
6 8
 

+ 1
- 0
README.rst 查看文件

@@ -132,6 +132,7 @@ List of the contributors in alphabetical order:
132 132
 
133 133
 - `Andrea Riciputi <https://github.com/mrrech>`_
134 134
 - Anton Butanaev
135
+- `Antony Lee <https://github.com/anntzer>`_
135 136
 - Caleb Adamantine
136 137
 - `David Briscoe <https://github.com/idbrii>`_
137 138
 - `Elizabeth Myers <https://github.com/Elizafox>`_

+ 1
- 0
syntax/python.vim 查看文件

@@ -25,6 +25,7 @@
25 25
 "
26 26
 "   Andrea Riciputi
27 27
 "   Anton Butanaev
28
+"   Antony Lee
28 29
 "   Caleb Adamantine
29 30
 "   David Briscoe
30 31
 "   Elizabeth Myers