Browse Source

Add GitHub links for most of the contributors

Dmitry Vasiliev 9 years ago
parent
commit
716ded1d56
3 changed files with 13 additions and 13 deletions
  1. 2
    2
      CHANGES.txt
  2. 10
    10
      README.rst
  3. 1
    1
      syntax/python.vim

+ 2
- 2
CHANGES.txt View File

@@ -11,10 +11,10 @@ Revision 3.3.6 (2013-11-18):
11 11
 Revision 3.3.5 (2013-08-31):
12 12
 
13 13
     - Highlight 'import', 'from' and 'as' as include statements.
14
-      Patch by pydave at GitHub.
14
+      Patch by David Briscoe
15 15
     - Added new option 'python_highlight_file_headers_as_comments' (disabled by
16 16
       default) to highlight shebang and coding file headers as comments.
17
-      Proposed by pydave at GitHub.
17
+      Proposed by David Briscoe.
18 18
 
19 19
 Revision 3.3.4 (2013-08-11):
20 20
 

+ 10
- 10
README.rst View File

@@ -130,15 +130,15 @@ Contributors
130 130
 
131 131
 List of the contributors in alphabetical order:
132 132
 
133
-- Andrea Riciputi
133
+- `Andrea Riciputi <https://github.com/mrrech>`_
134 134
 - Anton Butanaev
135 135
 - Caleb Adamantine
136
-- Elizabeth Myers
137
-- Jeroen Ruigrok van der Werven
138
-- John Eikenberry
139
-- Marc Weber
140
-- Pedro Algarvio
141
-- pydave at GitHub
142
-- Victor Salgado
143
-- Will Gray
144
-- Yuri Habrusiev
136
+- `David Briscoe <https://github.com/idbrii>`_
137
+- `Elizabeth Myers <https://github.com/Elizafox>`_
138
+- `Jeroen Ruigrok van der Werven <https://github.com/ashemedai>`_
139
+- `John Eikenberry <https://github.com/eikenb>`_
140
+- `Marc Weber <https://github.com/MarcWeber>`_
141
+- `Pedro Algarvio <https://github.com/s0undt3ch>`_
142
+- `Victor Salgado <https://github.com/mcsalgado>`_
143
+- `Will Gray <https://github.com/graywh>`_
144
+- `Yuri Habrusiev <https://github.com/yuriihabrusiev>`_

+ 1
- 1
syntax/python.vim View File

@@ -25,12 +25,12 @@
25 25
 "   Andrea Riciputi
26 26
 "   Anton Butanaev
27 27
 "   Caleb Adamantine
28
+"   David Briscoe
28 29
 "   Elizabeth Myers
29 30
 "   Jeroen Ruigrok van der Werven
30 31
 "   John Eikenberry
31 32
 "   Marc Weber
32 33
 "   Pedro Algarvio
33
-"   pydave at GitHub
34 34
 "   Victor Salgado
35 35
 "   Will Gray
36 36
 "   Yuri Habrusiev