mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 11:30:28 +01:00
Return an empty string when encoding conversion fails
This commit is contained in:
@@ -2629,7 +2629,6 @@ function! s:EscapeCtagsCmd(ctags_bin, args, ...)
|
||||
echoerr 'Tagbar: Encoding conversion failed!'
|
||||
\ 'Please make sure your system is set up correctly'
|
||||
\ 'and that Vim is compiled with the "iconv" feature.'
|
||||
return
|
||||
endif
|
||||
|
||||
return ctags_cmd
|
||||
|
||||
Reference in New Issue
Block a user