mirror of
https://github.com/vim/vim.git
synced 2026-08-18 15:10:31 +02:00
1c6fd1e100
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)