mirror of
https://github.com/preservim/tagbar.git
synced 2025-02-14 21:42:46 +08:00
Log version info at beginning of logfile
This commit is contained in:
parent
2329c95063
commit
a9fc0fc46b
|
@ -7,8 +7,9 @@ function! tagbar#debug#start_debug(...) abort
|
|||
let s:debug_file = filename
|
||||
endif
|
||||
|
||||
" Clear log file
|
||||
" Clear log file and start it with version info
|
||||
exe 'redir! > ' . s:debug_file
|
||||
silent version
|
||||
redir END
|
||||
|
||||
" Check whether the log file could be created
|
||||
|
|
Loading…
Reference in New Issue
Block a user