mirror of
https://github.com/vim-python/python-syntax.git
synced 2025-12-08 05:34:46 +08:00
Updated email and URL for all scripts
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
Revision 3.0.7 (2012-02-11):
|
||||
|
||||
- Updated email and URL
|
||||
|
||||
Revision 2.6.7 (2012-02-11):
|
||||
|
||||
- Updated email and URL
|
||||
|
||||
Revision 3.0.6 (2010-11-14):
|
||||
|
||||
- Fixed highlighting for str.format syntax. Patch by Anton Butanaev.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
" Vim syntax file
|
||||
" Language: Python
|
||||
" Maintainer: Neil Schemenauer <nas@python.ca>
|
||||
" Maintainer: Neil Schemenauer <nas at python dot ca>
|
||||
" Updated: $Date: 2003/01/12 14:17:34 $
|
||||
" Updated by: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
||||
" Updated by: Dmitry Vasiliev <dima at hlabs dot org>
|
||||
" Filenames: *.py
|
||||
" $Revision: 1.13 $
|
||||
"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
" Vim syntax file
|
||||
" Language: Python
|
||||
" Maintainer: Neil Schemenauer <nas@python.ca>
|
||||
" Maintainer: Neil Schemenauer <nas at python dot ca>
|
||||
" Updated: $Date: 2003/01/12 15:35:02 $
|
||||
" Updated by: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
||||
" Updated by: Dmitry Vasiliev <dima at hlabs dot org>
|
||||
" Filenames: *.py
|
||||
" $Revision: 1.14 $
|
||||
"
|
||||
|
||||
12
python.vim
12
python.vim
@@ -1,13 +1,13 @@
|
||||
" Vim syntax file
|
||||
" Language: Python
|
||||
" Maintainer: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
||||
" URL: http://www.hlabs.spb.ru/vim/python.vim
|
||||
" Last Change: 2010-04-09
|
||||
" Language: Python
|
||||
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
||||
" URL: https://github.com/hdima/vim-scripts/blob/master/syntax/python/python.vim
|
||||
" Last Change: 2012-02-11
|
||||
" Filenames: *.py
|
||||
" Version: 2.6.6
|
||||
" Version: 2.6.7
|
||||
"
|
||||
" Based on python.vim (from Vim 6.1 distribution)
|
||||
" by Neil Schemenauer <nas@python.ca>
|
||||
" by Neil Schemenauer <nas at python dot ca>
|
||||
"
|
||||
" Thanks:
|
||||
"
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
" Vim syntax file
|
||||
" Language: Python
|
||||
" Maintainer: Dmitry Vasiliev <dima@hlabs.spb.ru>
|
||||
" URL: http://www.hlabs.spb.ru/vim/python3.0.vim
|
||||
" Last Change: 2010-11-14
|
||||
" Language: Python
|
||||
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
||||
" URL: https://github.com/hdima/vim-scripts/blob/master/syntax/python/python3.0.vim
|
||||
" Last Change: 2012-02-11
|
||||
" Filenames: *.py
|
||||
" Version: 3.0.6
|
||||
" Version: 3.0.7
|
||||
"
|
||||
" Based on python.vim (from Vim 6.1 distribution)
|
||||
" by Neil Schemenauer <nas@python.ca>
|
||||
" by Neil Schemenauer <nas at python dot ca>
|
||||
"
|
||||
" Thanks:
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user