mirror of
https://github.com/zoriya/vim.git
synced 2026-05-06 05:53:35 +00:00
Problem: When evaluating 'statusline' the current window is unknown.
(Daniel Hahler)
Solution: Set "g:actual_curwin" for %{} items. Set "g:statusline_winid"
when evaluationg %!. (closes #4406, closes #3299)