mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Log version info at beginning of logfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user