From 005a35dcf6716cb95515af636a5659a15daab406 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 06:50:52 +0100 Subject: [PATCH] More bad English in the doc. --- plugin/pythonhelper.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index f948749..d4d02dc 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -5,11 +5,11 @@ " " Overview " -------- -" Vim script to help moving around in larger Python source files. It displays -" current class, method or function the cursor is placed in on the status -" line for every python file. It's more clever than Yegappan Lakshmanan's -" taglist.vim because it takes into account indetation and comments to -" determine what tag the cursor is placed in. +" This Vim script helps you find yourself in larger Python source files. It +" displays the current Python class, method or function the cursor is placed +" on in the status line. It's smarter than Yegappan Lakshmanan's taglist.vim +" because it takes indentation and comments into account in order to determine +" what identifier the cursor is placed on. " " Requirements " ------------