mirror of
https://github.com/gryf/python.vim.git
synced 2025-12-17 19:40:28 +01:00
Version 1.5
Same as 1.4, I just fixed a typo in the comments and my e-mail address...
This commit is contained in:
committed by
Able Scraper
parent
5f50c785a7
commit
414dc1c5c0
@@ -1,12 +1,12 @@
|
|||||||
" -*- vim -*-
|
" -*- vim -*-
|
||||||
" FILE: python.vim
|
" FILE: python.vim
|
||||||
" LAST MODIFICATION: 2001/09/05
|
" LAST MODIFICATION: 2003/01/16 10:30
|
||||||
" (C) Copyright 2001 Mikael Berthe <mikael.berthe@efrei.fr>
|
" (C) Copyright 2001 Mikael Berthe <mikael.b@netcourrier.com>
|
||||||
" Version: 1.4
|
" Version: 1.5
|
||||||
|
|
||||||
" USAGE:
|
" 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
|
" Example: au FileType python source ~me/.vim/scripts/python.vim
|
||||||
" You can set the global variable "g:py_select_leading_comments" to 0
|
" 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
|
" if you don't want to select comments preceding a declaration (these
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
" shift commands...
|
" shift commands...
|
||||||
"
|
"
|
||||||
" REQUIREMENTS:
|
" REQUIREMENTS:
|
||||||
" vim (>= 600)
|
" vim (>= 6)
|
||||||
"
|
"
|
||||||
" Shortcuts:
|
" Shortcuts:
|
||||||
" [[ -- Jump to beginning of block
|
" [[ -- Jump to beginning of block
|
||||||
|
|||||||
Reference in New Issue
Block a user