1
0
mirror of https://github.com/gryf/pythonhelper.git synced 2025-12-18 12:00:27 +01:00
This commit is contained in:
cheater
2012-02-08 08:16:28 +01:00
committed by cheater
parent 0cccd82b2a
commit 1b61929c9a

View File

@@ -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("<abuf>") . ')'
endfunction