mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 02:54:29 +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`.