Skip to content

Commit 16f0987

Browse files
committed
Move python.vim into syntax directory
1 parent 325c3a5 commit 16f0987

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

python.vim renamed to syntax/python.vim

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
" Vim syntax file
22
" Language: Python
33
" 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
66
" Filenames: *.py
77
" Version: 3.3.0
88
"
99
" Based on python.vim (from Vim 6.1 distribution)
1010
" by Neil Schemenauer <nas at python dot ca>
1111
"
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>`__
2019
"
2120
" Contributors
2221
" ============

0 commit comments

Comments
 (0)