Shougo / ddu-ui-ff

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

fix: focus last window after close popup in Vim #133

Closed Milly closed 8 months ago

Milly commented 8 months ago

Problem and actual behavior

In Vim and using floating. After the popup closes, the next window after the filter window will be focused.

Expected

Move focus to the window that had focus before ddu started.