From 1e1d1cc6f1c45f0207c5da3a8bb5edc9a6d52c26 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 08:41:52 +0100 Subject: [PATCH] Doc bug. --- plugin/pythonhelper.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index 6122b3b..bb795eb 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -26,8 +26,8 @@ " 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()}' to the statusline in your vimrc. You can also -" use %{TagInStatusLine()} or %{TagInStatusLine()} for just the tag name or -" type respectively. +" use %{TagInStatusLineTag()} or %{TagInStatusLineType()} for just the tag +" name or tag type respectively. " 4. Run Vim and open any Python file. " python << EOS