Shougo / ddu-ui-ff

Fuzzy finder UI for ddu.vim
MIT License
55 stars 26 forks source link

Add support for vim's popup window #48

Closed kshpytsya closed 2 years ago

kshpytsya commented 2 years ago

Please consider adding support for vim's popup window which is an alternative to neovim's floating window mechanism.

https://github.com/vim/vim/blob/master/runtime/doc/popup.txt See also: https://github.com/vim/vim/issues/4063

Shougo commented 2 years ago

I don't want to add the feature.

Because Vim's popup window feature is not same with floating window feature. Popup window does not support window enter. ddu-ui-ff depends on the behavior. So I cannot implement it.

Popup window is built for completion window like UI.

Shougo commented 2 years ago

See also: https://github.com/vim/vim/issues/4063

Have you read the discussion entirely??

Shougo commented 2 years ago

If you really need the feature, please see this.

https://github.com/vim/vim/pull/7555

The feature must be included. It is Vim's implementation issue instead.