mirror of
https://github.com/gryf/pythonhelper.git
synced 2025-12-19 04:20:20 +01:00
More bad English in the doc.
This commit is contained in:
@@ -5,11 +5,11 @@
|
|||||||
"
|
"
|
||||||
" Overview
|
" Overview
|
||||||
" --------
|
" --------
|
||||||
" Vim script to help moving around in larger Python source files. It displays
|
" This Vim script helps you find yourself in larger Python source files. It
|
||||||
" current class, method or function the cursor is placed in on the status
|
" displays the current Python class, method or function the cursor is placed
|
||||||
" line for every python file. It's more clever than Yegappan Lakshmanan's
|
" on in the status line. It's smarter than Yegappan Lakshmanan's taglist.vim
|
||||||
" taglist.vim because it takes into account indetation and comments to
|
" because it takes indentation and comments into account in order to determine
|
||||||
" determine what tag the cursor is placed in.
|
" what identifier the cursor is placed on.
|
||||||
"
|
"
|
||||||
" Requirements
|
" Requirements
|
||||||
" ------------
|
" ------------
|
||||||
|
|||||||
Reference in New Issue
Block a user