mirror of
https://github.com/neovim/neovim.git
synced 2026-07-29 20:08:03 +00:00
Problem: As inf85bc41, assume unfocusable windows to be UI windows whose buffer content is unexpectedly included in 'complete' "w" completion. Solution: Exclude unfocusable windows when looping over windows. (cherry picked from commitd01b2611a6)