mirror of
https://github.com/neovim/neovim.git
synced 2025-11-05 18:24:22 +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`.