Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long delay to open a file (6s) #2061

Open
4 tasks done
mangelozzi opened this issue May 27, 2020 · 0 comments
Open
4 tasks done

Long delay to open a file (6s) #2061

mangelozzi opened this issue May 27, 2020 · 0 comments

Comments

@mangelozzi
Copy link

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

Info

  • OS
    • 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.

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

No branches or pull requests

2 participants