junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

[tags] Adds HTags command #1529

Closed nvincent-vossloh closed 6 months ago

nvincent-vossloh commented 7 months ago

HTags use readtags to prefilter requested tags, this is useful for large tags file where the perl processing takes some time and the search is long.

fix #1524

junegunn commented 6 months ago

I figured we didn't need a separate command for this and updated the Tags command to use readtags when a query string is provided. Let me know what you think. Thanks.

nvincent-vossloh commented 6 months ago

Yes this is perfect. Glad you found a solution which did not require a separate command, I was not very satisfied with my solution.