1
0
mirror of https://github.com/gryf/python.vim.git synced 2025-12-17 11:30:22 +01:00

Version 1.0: Initial upload

This commit is contained in:
Mikael Berthe
2001-07-07 00:00:00 +00:00
committed by Able Scraper
commit 87a4f5ea34
2 changed files with 279 additions and 0 deletions

15
README Normal file
View File

@@ -0,0 +1,15 @@
This is a mirror of http://www.vim.org/scripts/script.php?script_id=30
Written by Mikael Berthe.
This script can be useful when editing Python scripts. It provides the following menus:
- Select a block of lines with the same indentation
- Select a function
- Select a class
- Go to previous/next class/function
- Go to the beginning/end of a block
- Comment/uncomment the selection
- Jump to the last/next line with the same indent
- Shift a block (left/right)
- Creates list of classes and functions for easy code navigation
Version 1.8+ requires Vim 7, earlier versions require Vim 6