Skip to content

Commit bb5058f

Browse files
committed
Update links
1 parent b446641 commit bb5058f

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

README.rst

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ Enhanced version of the original Python syntax highlighting script. Based on
1111
ca). Check also `python.vim page on vim.org
1212
<http://www.vim.org/scripts/script.php?script_id=790>`_.
1313

14-
Please use the following channels for reporting bugs, offering suggestions or
15-
feedback:
16-
17-
- python.vim issue tracker: https://github.com/hdima/python-syntax/issues
18-
- Email: Dmitry Vasiliev (dima at hlabs.org)
19-
- Send a message or follow me for updates on Twitter: `@hdima
20-
<https://twitter.com/hdima>`__
14+
Please report bugs and feature requests to our issue tracker over at:
15+
https://github.com/vim-python/python-syntax/issues
2116

2217
Features
2318
--------
@@ -52,13 +47,13 @@ How to install
5247
--------------
5348

5449
The easiest installation method is to place `syntax/python.vim
55-
<https://github.com/hdima/python-syntax/blob/master/syntax/python.vim>`_ script
50+
<https://github.com/vim-python/python-syntax/blob/master/syntax/python.vim>`_ script
5651
into your ``~/.vim/syntax/`` directory.
5752

5853
You can also use `Pathogen <https://github.com/tpope/vim-pathogen>`_ or `Vundle
5954
<https://github.com/gmarik/vundle>`_ plugin managers in which case you can
60-
install the whole `python.vim repository
61-
<https://github.com/hdima/python-syntax>`_ into the corresponding plugins
55+
install the whole `repository
56+
<https://github.com/vim-python/python-syntax>`_ into the corresponding plugins
6257
directory.
6358

6459
Script options

syntax/python.vim

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
" Vim syntax file
22
" Language: Python
3-
" Current Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
4-
" Previous Maintainer: Neil Schemenauer <nas at python dot ca>
5-
" URL: https://github.com/hdima/python-syntax
3+
" Current Maintainer: vim-python organization on GitHub
4+
" URL: https://github.com/vim-python/python-syntax
65
" Last Change: 2015-11-01
76
" Filenames: *.py
87
" Version: 3.6.0
98
"
109
" Based on python.vim (from Vim 6.1 distribution)
1110
" by Neil Schemenauer <nas at python dot ca>
1211
"
13-
" Please use the following channels for reporting bugs, offering suggestions or
14-
" feedback:
15-
16-
" - python.vim issue tracker: https://github.com/hdima/python-syntax/issues
17-
" - Email: Dmitry Vasiliev (dima at hlabs.org)
18-
" - Send a message or follow me for updates on Twitter: `@hdima
19-
" <https://twitter.com/hdima>`__
12+
" Please report bugs and feature requests to our issue tracker over at:
13+
" https://github.com/vim-python/python-syntax/issues
2014
"
2115
" Contributors
2216
" ============
@@ -33,7 +27,9 @@
3327
" Jeroen Ruigrok van der Werven
3428
" John Eikenberry
3529
" Joongi Kim
30+
" lilydjwg
3631
" Marc Weber
32+
" Michael Doronin
3733
" Pedro Algarvio
3834
" Victor Salgado
3935
" Will Gray

0 commit comments

Comments
 (0)