From ee72907cf81a783e28ece3c68e3d8f7e49b1588d Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Sat, 11 Feb 2012 18:04:25 +0400 Subject: [PATCH] Updated email and URL for all scripts --- CHANGES.txt | 8 ++++++++ folding-ideas/python.vim.1.13 | 4 ++-- folding-ideas/python.vim.1.14 | 4 ++-- python.vim | 12 ++++++------ python3.0.vim | 12 ++++++------ 5 files changed, 24 insertions(+), 16 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9ce7e2d..741481d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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. diff --git a/folding-ideas/python.vim.1.13 b/folding-ideas/python.vim.1.13 index 9eb0c33..e5ea668 100644 --- a/folding-ideas/python.vim.1.13 +++ b/folding-ideas/python.vim.1.13 @@ -1,8 +1,8 @@ " Vim syntax file " Language: Python -" Maintainer: Neil Schemenauer +" Maintainer: Neil Schemenauer " Updated: $Date: 2003/01/12 14:17:34 $ -" Updated by: Dmitry Vasiliev +" Updated by: Dmitry Vasiliev " Filenames: *.py " $Revision: 1.13 $ " diff --git a/folding-ideas/python.vim.1.14 b/folding-ideas/python.vim.1.14 index ea0f396..9027838 100644 --- a/folding-ideas/python.vim.1.14 +++ b/folding-ideas/python.vim.1.14 @@ -1,8 +1,8 @@ " Vim syntax file " Language: Python -" Maintainer: Neil Schemenauer +" Maintainer: Neil Schemenauer " Updated: $Date: 2003/01/12 15:35:02 $ -" Updated by: Dmitry Vasiliev +" Updated by: Dmitry Vasiliev " Filenames: *.py " $Revision: 1.14 $ " diff --git a/python.vim b/python.vim index 0e0bb12..dc76bb6 100644 --- a/python.vim +++ b/python.vim @@ -1,13 +1,13 @@ " Vim syntax file -" Language: Python -" Maintainer: Dmitry Vasiliev -" URL: http://www.hlabs.spb.ru/vim/python.vim -" Last Change: 2010-04-09 +" Language: Python +" Maintainer: Dmitry Vasiliev +" 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 +" by Neil Schemenauer " " Thanks: " diff --git a/python3.0.vim b/python3.0.vim index 21fe3fb..7383876 100644 --- a/python3.0.vim +++ b/python3.0.vim @@ -1,13 +1,13 @@ " Vim syntax file -" Language: Python -" Maintainer: Dmitry Vasiliev -" URL: http://www.hlabs.spb.ru/vim/python3.0.vim -" Last Change: 2010-11-14 +" Language: Python +" Maintainer: Dmitry Vasiliev +" 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 +" by Neil Schemenauer " " Thanks: "