Browse Source

Added headers

Dmitry Vasiliev 15 years ago
parent
commit
1b26c2a1ff
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      python.vim

+ 1
- 2
python.vim View File

@@ -2,10 +2,9 @@
2 2
 " Language:	Python
3 3
 " Maintainer:	Dmitry Vasiliev <dima@hlabs.spb.ru>
4 4
 " URL:		http://www.hlabs.spb.ru/vim/python.vim
5
-" Last Change:	$Date$
5
+" Last Change:	2008-09-21
6 6
 " Filenames:	*.py
7 7
 " Version:	2.6.1
8
-" $Rev$
9 8
 "
10 9
 " Based on python.vim (from Vim 6.1 distribution)
11 10
 " by Neil Schemenauer <nas@python.ca>