mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-13 13:42:14 +08:00
This pre-filtering is critical when working with large tag files. 'readtags' can perform a binary search for the given prefix string but fzf has to load the entire file into memory just to start searching. Close #1529 Close #1524