mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-26 18:33:36 +08:00
Print debug message when executing ctags
This commit is contained in:
parent
f6acd740d7
commit
25f43b9e88
|
@ -3134,6 +3134,8 @@ endfunction
|
|||
" Partially based on the discussion at
|
||||
" http://vim.1045645.n5.nabble.com/bad-default-shellxquote-in-Widows-td1208284.html
|
||||
function! s:ExecuteCtags(ctags_cmd) abort
|
||||
call s:LogDebugMessage('Executing ctags command: ' . a:ctags_cmd)
|
||||
|
||||
if exists('+shellslash')
|
||||
let shellslash_save = &shellslash
|
||||
set noshellslash
|
||||
|
|
Loading…
Reference in New Issue
Block a user