diff --git a/autoload/fzf/vim.vim b/autoload/fzf/vim.vim index 5faaab2..5e2c6f8 100644 --- a/autoload/fzf/vim.vim +++ b/autoload/fzf/vim.vim @@ -380,8 +380,8 @@ endfunction " ------------------------------------------------------------------ function! s:btags_source() let lines = map(split(system(printf( - \ 'ctags -f - --sort=no --excmd=number --language-force=%s %s', - \ &filetype, expand('%:S'))), "\n"), 'split(v:val, "\t")') + \ 'ctags -f - --sort=no --excmd=number %s', + \ expand('%:S'))), "\n"), 'split(v:val, "\t")') if v:shell_error throw 'Failed to extract tags' endif