Shougo / ddu-ui-ff

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

winIds contains previewWinId #131

Closed kamecha closed 10 months ago

kamecha commented 10 months ago

before this PR, ddu#ui#winids({name}) return bellow

after this PR, return bellow

NOTE: to get previewWinId, I add getter to PreviewUi class. but there are other better method to get previewWinId.