Browse Source

Update CHANGES.txt

Dmitry Vasiliev 10 years ago
parent
commit
21a2e84df6
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.3.5 (2013-08-31):
2
+
3
+    - Highlight 'import', 'from' and 'as' as include statements.
4
+      Patch by pydave at GitHub.
5
+
1
 Revision 3.3.4 (2013-08-11):
6
 Revision 3.3.4 (2013-08-11):
2
 
7
 
3
     - Highlight True and False as booleans. Patch by Yuri Habrusiev.
8
     - Highlight True and False as booleans. Patch by Yuri Habrusiev.

+ 1
- 0
README.rst View File

135
 - John Eikenberry
135
 - John Eikenberry
136
 - Marc Weber
136
 - Marc Weber
137
 - Pedro Algarvio
137
 - Pedro Algarvio
138
+- pydave at GitHub
138
 - Will Gray
139
 - Will Gray
139
 - Yuri Habrusiev
140
 - Yuri Habrusiev

+ 3
- 2
syntax/python.vim View File

2
 " Language:     Python
2
 " Language:     Python
3
 " Maintainer:   Dmitry Vasiliev <dima at hlabs dot org>
3
 " Maintainer:   Dmitry Vasiliev <dima at hlabs dot org>
4
 " URL:          https://github.com/hdima/python-syntax
4
 " URL:          https://github.com/hdima/python-syntax
5
-" Last Change:  2013-08-11
5
+" Last Change:  2013-08-31
6
 " Filenames:    *.py
6
 " Filenames:    *.py
7
-" Version:      3.3.4
7
+" Version:      3.3.5
8
 "
8
 "
9
 " Based on python.vim (from Vim 6.1 distribution)
9
 " Based on python.vim (from Vim 6.1 distribution)
10
 " by Neil Schemenauer <nas at python dot ca>
10
 " by Neil Schemenauer <nas at python dot ca>
29
 "   John Eikenberry
29
 "   John Eikenberry
30
 "   Marc Weber
30
 "   Marc Weber
31
 "   Pedro Algarvio
31
 "   Pedro Algarvio
32
+"   pydave at GitHub
32
 "   Will Gray
33
 "   Will Gray
33
 "   Yuri Habrusiev
34
 "   Yuri Habrusiev
34
 "
35
 "