Skip to content

Use g:fzf_tags_command in BTags#877

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

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

Conversation

@villainy
Copy link
Copy Markdown

@villainy villainy commented Oct 3, 2019

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
Copy link
Copy Markdown

PezCoder commented May 23, 2020

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
Copy link
Copy Markdown

flwyd commented Feb 6, 2021

Is anything blocking this pull request from being merged?

@aeciolevy
Copy link
Copy Markdown

aeciolevy commented Nov 22, 2021

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