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

Freeze if running :@ while opening a file #1295

Open
5 tasks done
agguser opened this issue Jun 3, 2021 · 0 comments
Open
5 tasks done

Freeze if running :@ while opening a file #1295

agguser opened this issue Jun 3, 2021 · 0 comments

Comments

@agguser
Copy link

agguser commented Jun 3, 2021

Vim freezes if using fzf.vim to open a file that runs :@ (see :h :@). E.g.,

$ echo 1 > t.t
$ vim -c 'au BufRead t.t let @o = "echom 111\nechom 222" | @o'
:Files
t.t
(freeze)

, but does not freeze if opened with :e instead of :Files. This used to work without problems, don't know why it doesn't work now.

Edit: :Files! (fullscreen) works fine. So my workaround is

let g:fzf_layout = exists('$TMUX') ? {'tmux': '-p90%,80%'} : {}
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

No branches or pull requests

1 participant