From 6494b9de1c6aabe5912aac3f8786ebf4fa7c1f2c Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 06:46:51 +0100 Subject: [PATCH] Tweaked installation instructions. --- plugin/pythonhelper.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index 4a3626a..6ced051 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -23,7 +23,8 @@ " 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 +" 2. Copy the pythonhelper.vim script to the $HOME/.vim/plugin directory, or +" install it in some other way (vim-addon-manager, pathogen, ...) " 3. Add '%{TagInStatusLine()}' the statusline in your vimrc " 4. Run Vim and open any Python file. "