From 25f43b9e8817195374e31cbb0e56c3194223db29 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Thu, 23 Aug 2012 00:59:41 +1200 Subject: [PATCH] Print debug message when executing ctags --- autoload/tagbar.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index f7427df..20bf99a 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -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