wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 262 forks source link

ask_user doesn't set bufhidden=wipe polluting bufferlist #1084

Open bjdm opened 1 year ago

bjdm commented 1 year ago

Steps to reproduce

nvim -u NORC packadd packer.nvim PackerSync (or any operation that uses ask_user) :ls!

Actual behaviour

There is an unlisted buffer that isn't wiped out like other UI elements

Expected behaviour

Floating window has bufhidden=wipe set like other windows

bjdm commented 1 year ago

Correction: function name is prompt_user