|
@@ -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
|