From 864d36fd02a550c11b57c648ab1a4cb8540d391b Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 06:46:29 +0100 Subject: [PATCH] Bad English in the installation instructions. --- plugin/pythonhelper.vim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index a376290..4a3626a 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -20,11 +20,12 @@ " " Installation " ------------ -" 1. Make sure your Vim has python feature on (+python). If not, you will need -" to recompile it with --with-pythoninterp option to the configure script -" 2. Copy script pythonhelper.vim to the $HOME/.vim/plugin directory +" 1. Make sure your Vim has the Python feature enabled (+python). If not, you +" will need to recompile it with the --with-pythoninterp option passed to +" the configure script +" 2. Copy the pythonhelper.vim script to the $HOME/.vim/plugin directory " 3. Add '%{TagInStatusLine()}' the statusline in your vimrc -" 4. Run Vim and open any python file. +" 4. Run Vim and open any Python file. " python << EOS