fzf icon indicating copy to clipboard operation
fzf copied to clipboard

Long delay to open a file (6s)

Open mangelozzi opened this issue 5 years ago • 0 comments

  • [x] I have read through the manual page (man fzf)
  • [x] I have the latest version of fzf
  • [x] I have searched through the existing issues

Info

  • OS
    • [x] Windows

Problem / Steps to reproduce

  1. Place plug.vim (vim plugin manager) into autoload dir.
  2. Set init.vim to be:
let plugdir = fnamemodify($MYVIMRC, ":p:h") . "/tmp/vim-plug"
call plug#begin(plugdir)
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
call plug#end()
  1. :FZF Select a file, and press <CR> , then it takes 6 seconds to open a file. Same if switching between buffers.

I have tried various different default commands, launched in admin mode. If i use :b to switch to a file, it opens instantly.

mangelozzi avatar May 27 '20 09:05 mangelozzi