Browse Source

Revision 3.3.3

Dmitry Vasiliev 11 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
+Revision 3.3.3 (2013-06-02):
2
+
3
+   - More lightweight syntax reloading. Patch by Will Gray.
4
+
1
 Revision 3.3.2 (2013-06-01):
5
 Revision 3.3.2 (2013-06-01):
2
 
6
 
3
    - Fixed behaviour of b:python_version_2 variable. Reported by Will Gray.
7
    - Fixed behaviour of b:python_version_2 variable. Reported by Will Gray.

+ 6
- 4
README.rst View File

126
 Contributors
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
 - Andrea Riciputi
131
 - Andrea Riciputi
134
 - Anton Butanaev
132
 - Anton Butanaev
133
+- Caleb Adamantine
134
+- Jeroen Ruigrok van der Werven
135
+- John Eikenberry
135
 - Marc Weber
136
 - Marc Weber
137
+- Pedro Algarvio
136
 - Will Gray
138
 - Will Gray

+ 8
- 6
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-06-01
5
+" Last Change:  2013-06-02
6
 " Filenames:    *.py
6
 " Filenames:    *.py
7
-" Version:      3.3.2
7
+" Version:      3.3.3
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>
20
 " Contributors
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
 "   Andrea Riciputi
25
 "   Andrea Riciputi
28
 "   Anton Butanaev
26
 "   Anton Butanaev
27
+"   Caleb Adamantine
28
+"   Jeroen Ruigrok van der Werven
29
+"   John Eikenberry
29
 "   Marc Weber
30
 "   Marc Weber
31
+"   Pedro Algarvio
30
 "   Will Gray
32
 "   Will Gray
31
 "
33
 "
32
 " Options
34
 " Options