From 1b61929c9a65c777f362ab9af297e30ed3c7acc3 Mon Sep 17 00:00:00 2001 From: cheater Date: Wed, 8 Feb 2012 08:16:28 +0100 Subject: [PATCH] Doc bug. --- plugin/pythonhelper.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pythonhelper.vim b/plugin/pythonhelper.vim index 8de8ef4..f52c614 100644 --- a/plugin/pythonhelper.vim +++ b/plugin/pythonhelper.vim @@ -625,7 +625,7 @@ function! PHBufferDelete() " set the PHStatusLine for this window to an empty string let w:PHStatusLine = "" - " call Python function findTag() with the current buffer number and change status indicator + " call Python function deleteTags() with the current buffer number and change status indicator execute 'python deleteTags(' . expand("") . ')' endfunction