1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00
This commit is contained in:
Jan Larres
2017-01-05 16:49:40 +13:00
parent 18b536ce43
commit 6c60f85938

View File

@@ -1255,7 +1255,7 @@ endfunction
" s:GetSupportedFiletypes() {{{2
function! s:GetSupportedFiletypes() abort
call s:debug('Getting filetypes sypported by Exuberant Ctags')
call s:debug('Getting filetypes supported by Exuberant Ctags')
let ctags_cmd = s:EscapeCtagsCmd(g:tagbar_ctags_bin, '--list-languages')
if ctags_cmd == ''