Print debug message when executing ctags

This commit is contained in:
Jan Larres 2012-08-23 00:59:41 +12:00
parent f6acd740d7
commit 25f43b9e88

View File

@ -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