mirror of
https://github.com/gryf/pythonhelper.git
synced 2025-12-19 12:28:16 +01:00
Doc bug.
This commit is contained in:
@@ -625,7 +625,7 @@ function! PHBufferDelete()
|
|||||||
" set the PHStatusLine for this window to an empty string
|
" set the PHStatusLine for this window to an empty string
|
||||||
let w:PHStatusLine = ""
|
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>") . ')'
|
execute 'python deleteTags(' . expand("<abuf>") . ')'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user