fzf.vim icon indicating copy to clipboard operation
fzf.vim copied to clipboard

Use g:fzf_tags_command in BTags

Open villainy opened this issue 4 years ago • 4 comments

Resolves #196

Also updates docs to clarify this will only work with exuberant ctags (or a derivative like universal ctags). The existing hard coded arguments are unlikely with other tag generators.

villainy avatar Oct 03 '19 23:10 villainy

Thank you so much for the PR. ❤️ I tested this PR against my universal ctags tags installation with the following configuration:

let g:fzf_tags_command = 'uctags -R'

The buffer tags which were empty started populating, worked like a charm !

@junegunn Can you please help review & merge this pull request if it looks good to you? 🙏

PezCoder avatar May 23 '20 16:05 PezCoder

Is anything blocking this pull request from being merged?

flwyd avatar Feb 06 '21 20:02 flwyd

I tried but it did not work for me. I have changed the autoload/fzf/vim.vim Should I do anything more besides changing the file?

aeciolevy avatar Nov 22 '21 17:11 aeciolevy

Bump! I'm running into this as well - is there anything I can do to help here?

rbpatt2019 avatar Apr 26 '22 12:04 rbpatt2019