mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00

Having the user set `v:lnum` before calling `nvim_eval_statusline()` is unnecesarily fragile. Redraws inbetween setting `v:lnum` and the `nvim_eval_statusline()` call will overwrite `v:lnum`.