Browse Source

Updated email and URL for all scripts

Dmitry Vasiliev 12 years ago
parent
commit
ee72907cf8
5 changed files with 24 additions and 16 deletions
  1. 8
    0
      CHANGES.txt
  2. 2
    2
      folding-ideas/python.vim.1.13
  3. 2
    2
      folding-ideas/python.vim.1.14
  4. 6
    6
      python.vim
  5. 6
    6
      python3.0.vim

+ 8
- 0
CHANGES.txt View File

@@ -1,3 +1,11 @@
1
+Revision 3.0.7 (2012-02-11):
2
+
3
+    - Updated email and URL
4
+
5
+Revision 2.6.7 (2012-02-11):
6
+
7
+    - Updated email and URL
8
+
1 9
 Revision 3.0.6 (2010-11-14):
2 10
 
3 11
     - Fixed highlighting for str.format syntax. Patch by Anton Butanaev.

+ 2
- 2
folding-ideas/python.vim.1.13 View File

@@ -1,8 +1,8 @@
1 1
 " Vim syntax file
2 2
 " Language:	Python
3
-" Maintainer:	Neil Schemenauer <nas@python.ca>
3
+" Maintainer:	Neil Schemenauer <nas at python dot ca>
4 4
 " Updated:	$Date: 2003/01/12 14:17:34 $
5
-" Updated by:	Dmitry Vasiliev <dima@hlabs.spb.ru>
5
+" Updated by:	Dmitry Vasiliev <dima at hlabs dot org>
6 6
 " Filenames:	*.py
7 7
 " $Revision: 1.13 $
8 8
 "

+ 2
- 2
folding-ideas/python.vim.1.14 View File

@@ -1,8 +1,8 @@
1 1
 " Vim syntax file
2 2
 " Language:	Python
3
-" Maintainer:	Neil Schemenauer <nas@python.ca>
3
+" Maintainer:	Neil Schemenauer <nas at python dot ca>
4 4
 " Updated:	$Date: 2003/01/12 15:35:02 $
5
-" Updated by:	Dmitry Vasiliev <dima@hlabs.spb.ru>
5
+" Updated by:	Dmitry Vasiliev <dima at hlabs dot org>
6 6
 " Filenames:	*.py
7 7
 " $Revision: 1.14 $
8 8
 "

+ 6
- 6
python.vim View File

@@ -1,13 +1,13 @@
1 1
 " Vim syntax file
2
-" Language:	Python
3
-" Maintainer:	Dmitry Vasiliev <dima@hlabs.spb.ru>
4
-" URL:		http://www.hlabs.spb.ru/vim/python.vim
5
-" Last Change:	2010-04-09
2
+" Language:     Python
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:	2012-02-11
6 6
 " Filenames:	*.py
7
-" Version:	2.6.6
7
+" Version:	    2.6.7
8 8
 "
9 9
 " Based on python.vim (from Vim 6.1 distribution)
10
-" by Neil Schemenauer <nas@python.ca>
10
+" by Neil Schemenauer <nas at python dot ca>
11 11
 "
12 12
 " Thanks:
13 13
 "

+ 6
- 6
python3.0.vim View File

@@ -1,13 +1,13 @@
1 1
 " Vim syntax file
2
-" Language:	Python
3
-" Maintainer:	Dmitry Vasiliev <dima@hlabs.spb.ru>
4
-" URL:		http://www.hlabs.spb.ru/vim/python3.0.vim
5
-" Last Change:	2010-11-14
2
+" Language:     Python
3
+" Maintainer:	Dmitry Vasiliev <dima at hlabs dot org>
4
+" URL:		    https://github.com/hdima/vim-scripts/blob/master/syntax/python/python3.0.vim
5
+" Last Change:	2012-02-11
6 6
 " Filenames:	*.py
7
-" Version:	3.0.6
7
+" Version:	    3.0.7
8 8
 "
9 9
 " Based on python.vim (from Vim 6.1 distribution)
10
-" by Neil Schemenauer <nas@python.ca>
10
+" by Neil Schemenauer <nas at python dot ca>
11 11
 "
12 12
 " Thanks:
13 13
 "