From 333db2d78ec0fe01c58e595f7a7070efef8b28a1 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 06:44:20 +0100 Subject: [PATCH] Yet more typos in the installation instructions --- plugin/pythonhelper.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index b969333..a376290 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -23,7 +23,7 @@ " 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 -" 3. add '%{TagInStatusLine()}' the statusline in your vimrc +" 3. Add '%{TagInStatusLine()}' the statusline in your vimrc " 4. Run Vim and open any python file. " python << EOS