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

E278 "Cannot put a terminal buffer in a popup window" #943

Closed
1 task
Blake-LeBlanc opened this issue Feb 4, 2020 · 5 comments
Closed
1 task

E278 "Cannot put a terminal buffer in a popup window" #943

Blake-LeBlanc opened this issue Feb 4, 2020 · 5 comments

Comments

@Blake-LeBlanc
Copy link

Blake-LeBlanc commented Feb 4, 2020

Trying to get the new fzf popup display to work with VIm 8.2.

Set up .vimrc per the readme with the following:

let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }

Whenever I then try to launch fzf, I receive the following error messages:

Error detected while processing function <SNR>54_vmd[15]..fzf#run[64]..<SNR>54_execute_term[3]..<SNR>54_split[10]..<SNR>54_popup[19]..<SNR>54_create_popup: 

line 3: 

E278: Cannot put a terminal buffer in a popup window

It then proceeds to display a blank popup window.

Whenever I quit vim, the following warning displays:

Kill job in "!sh"? Y/N/C:

Any ideas what I did wrong?

Thanks again for such a great plugin! :)

@blayz3r
Copy link

blayz3r commented Feb 4, 2020

Do you have the latest vim??

@Blake-LeBlanc
Copy link
Author

Hello @blayz3r ! I'm on 8.2

@blayz3r
Copy link

blayz3r commented Feb 4, 2020

Hello @blayz3r ! I'm on 8.2

Yes, but the change was added in the last couple of days patch 8.2.0191

@Blake-LeBlanc
Copy link
Author

Oh, thanks for the heads-up @blayz3r, I'll rebuild from source, give it another shot, then report back!

@Blake-LeBlanc
Copy link
Author

That did the trick, thank you @blayz3r !

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

2 participants