Skip to content

Use g:fzf_tags_command in BTags#877

Open
villainy wants to merge 1 commit into
junegunn:masterfrom
villainy:respect-tags-command
Open

Use g:fzf_tags_command in BTags#877
villainy wants to merge 1 commit into
junegunn:masterfrom
villainy:respect-tags-command

Conversation

@villainy

@villainy villainy commented Oct 3, 2019

Copy link
Copy Markdown

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.

@PezCoder

PezCoder commented May 23, 2020

Copy link
Copy Markdown

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? 🙏

@her her mentioned this pull request Jun 24, 2020
4 tasks
@flwyd

flwyd commented Feb 6, 2021

Copy link
Copy Markdown

Is anything blocking this pull request from being merged?

@aeciolevy

aeciolevy commented Nov 22, 2021

Copy link
Copy Markdown

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?

@rbpatt2019

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BTags doesn't use g:fzf_tags_command

6 participants