Browse Source

Revision 3.3.3

Dmitry Vasiliev 10 years ago
parent
commit
ebbdd093b7
3 changed files with 18 additions and 10 deletions
  1. 4
    0
      CHANGES.txt
  2. 6
    4
      README.rst
  3. 8
    6
      syntax/python.vim

+ 4
- 0
CHANGES.txt View File

@@ -1,3 +1,7 @@
1
+Revision 3.3.3 (2013-06-02):
2
+
3
+   - More lightweight syntax reloading. Patch by Will Gray.
4
+
1 5
 Revision 3.3.2 (2013-06-01):
2 6
 
3 7
    - Fixed behaviour of b:python_version_2 variable. Reported by Will Gray.

+ 6
- 4
README.rst View File

@@ -126,11 +126,13 @@ Options used by the script
126 126
 Contributors
127 127
 ------------
128 128
 
129
-- Jeroen Ruigrok van der Werven
130
-- Pedro Algarvio
131
-- John Eikenberry
132
-- Caleb Adamantine
129
+List of the contributors in alphabetical order:
130
+
133 131
 - Andrea Riciputi
134 132
 - Anton Butanaev
133
+- Caleb Adamantine
134
+- Jeroen Ruigrok van der Werven
135
+- John Eikenberry
135 136
 - Marc Weber
137
+- Pedro Algarvio
136 138
 - Will Gray

+ 8
- 6
syntax/python.vim View File

@@ -2,9 +2,9 @@
2 2
 " Language:     Python
3 3
 " Maintainer:   Dmitry Vasiliev <dima at hlabs dot org>
4 4
 " URL:          https://github.com/hdima/python-syntax
5
-" Last Change:  2013-06-01
5
+" Last Change:  2013-06-02
6 6
 " Filenames:    *.py
7
-" Version:      3.3.2
7
+" Version:      3.3.3
8 8
 "
9 9
 " Based on python.vim (from Vim 6.1 distribution)
10 10
 " by Neil Schemenauer <nas at python dot ca>
@@ -20,13 +20,15 @@
20 20
 " Contributors
21 21
 " ============
22 22
 "
23
-"   Jeroen Ruigrok van der Werven
24
-"   Pedro Algarvio
25
-"   John Eikenberry
26
-"   Caleb Adamantine
23
+" List of the contributors in alphabetical order:
24
+"
27 25
 "   Andrea Riciputi
28 26
 "   Anton Butanaev
27
+"   Caleb Adamantine
28
+"   Jeroen Ruigrok van der Werven
29
+"   John Eikenberry
29 30
 "   Marc Weber
31
+"   Pedro Algarvio
30 32
 "   Will Gray
31 33
 "
32 34
 " Options