From 414dc1c5c01aed7ace19275f20f6dc512f53617f Mon Sep 17 00:00:00 2001 From: Mikael Berthe Date: Thu, 16 Jan 2003 00:00:00 +0000 Subject: [PATCH] Version 1.5 Same as 1.4, I just fixed a typo in the comments and my e-mail address... --- plugin/python.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin/python.vim b/plugin/python.vim index b0d071a..84566e7 100644 --- a/plugin/python.vim +++ b/plugin/python.vim @@ -1,12 +1,12 @@ " -*- vim -*- " FILE: python.vim -" LAST MODIFICATION: 2001/09/05 -" (C) Copyright 2001 Mikael Berthe -" Version: 1.4 +" LAST MODIFICATION: 2003/01/16 10:30 +" (C) Copyright 2001 Mikael Berthe +" Version: 1.5 " USAGE: " -" Juste source this script when editing Python files. +" Just source this script when editing Python files. " Example: au FileType python source ~me/.vim/scripts/python.vim " You can set the global variable "g:py_select_leading_comments" to 0 " if you don't want to select comments preceding a declaration (these @@ -20,7 +20,7 @@ " shift commands... " " REQUIREMENTS: -" vim (>= 600) +" vim (>= 6) " " Shortcuts: " [[ -- Jump to beginning of block