Browse Source

Move python.vim into syntax directory

Dmitry Vasiliev 11 years ago
parent
commit
16f0987559
1 changed files with 9 additions and 10 deletions
  1. 9
    10
      syntax/python.vim

python.vim → syntax/python.vim View File

@@ -1,22 +1,21 @@
1 1
 " Vim syntax file
2 2
 " Language:     Python
3 3
 " Maintainer:   Dmitry Vasiliev <dima at hlabs dot org>
4
-" URL:          https://github.com/hdima/vim-scripts/blob/master/syntax/python/python.vim
5
-" Last Change:  2013-03-10
4
+" URL:          https://github.com/hdima/python-syntax
5
+" Last Change:  2013-05-12
6 6
 " Filenames:    *.py
7 7
 " Version:      3.3.0
8 8
 "
9 9
 " Based on python.vim (from Vim 6.1 distribution)
10 10
 " by Neil Schemenauer <nas at python dot ca>
11 11
 "
12
-" Bugs and feature requests can be reported through email
13
-" <dima at hlabs dot org>, GitHub at:
14
-"
15
-"   https://github.com/hdima/vim-scripts/issues
16
-"
17
-" , or Twitter:
18
-"
19
-"   https://twitter.com/hdima
12
+" Please use the following channels for reporting bugs, offering suggestions or
13
+" feedback:
14
+
15
+" - python.vim issue tracker: https://github.com/hdima/python-syntax/issues
16
+" - Email: Dmitry Vasiliev (dima at hlabs.org)
17
+" - Send a message or follow me for updates on Twitter: `@hdima
18
+"   <https://twitter.com/hdima>`__
20 19
 "
21 20
 " Contributors
22 21
 " ============