1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Add debug statement with exit code after system() call

This commit is contained in:
Jan Larres
2016-10-24 18:13:27 +13:00
parent bcb042da56
commit 2d67896b06

View File

@@ -3805,6 +3805,7 @@ function! s:ExecuteCtags(ctags_cmd) abort
if s:debug
silent 5verbose let ctags_output = system(a:ctags_cmd)
call s:debug(v:statusmsg)
call s:debug('Exit code: ' . v:shell_error)
redraw!
else
silent let ctags_output = system(a:ctags_cmd)