mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 00:52:44 +00:00
Problem: the amount of available space (v:echospace) on the command
line is not correct when showcmdloc is drawn into the
statusline or tabline.
Solution: only add SHOWCMD_COLS to the shown command column when
'showcmdloc' is set to last (Sam-programs)
closes: vim/vim#14108
062141b1a7
Co-authored-by: Sam-programs <130783534+Sam-programs@users.noreply.github.com>