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