From 888970d931c2604ada1c43f739ad042bc8f66759 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 06:44:04 +0100 Subject: [PATCH] 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 b54a4a5..b969333 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()}' yo your vimrc/statusline +" 3. add '%{TagInStatusLine()}' the statusline in your vimrc " 4. Run Vim and open any python file. " python << EOS