mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-25 19:17:24 +08:00
[BTags] Capitalize error message
This commit is contained in:
@@ -379,7 +379,7 @@ function! s:btags_source()
|
|||||||
\ 'ctags -f - --sort=no --excmd=number --language-force=%s %s',
|
\ 'ctags -f - --sort=no --excmd=number --language-force=%s %s',
|
||||||
\ &filetype, expand('%:S'))), "\n"), 'split(v:val, "\t")')
|
\ &filetype, expand('%:S'))), "\n"), 'split(v:val, "\t")')
|
||||||
if v:shell_error
|
if v:shell_error
|
||||||
throw 'failed to extract tags'
|
throw 'Failed to extract tags'
|
||||||
endif
|
endif
|
||||||
return map(s:align_lists(lines), 'join(v:val, "\t")')
|
return map(s:align_lists(lines), 'join(v:val, "\t")')
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user