Shougo / ddu-ui-ff

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

fix: Use winid to setwinvar() in Vim9 #120

Closed 4513ECHO closed 1 year ago

4513ECHO commented 1 year ago

Problem

In Vim9 if uiParams.split is floating, cannot access to w:ddu_ui_ff_status,

Solusion

Use window-ID of popup window when calling setwinvar().

Shougo commented 1 year ago

Thanks. But I have refactored the fix.