mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 03:17:03 +00:00
Problem: When 'signcolumn' is set to `number` but a line has a sign
without text, the line number disappears (finite-state-machine)
Solution: Verify that a sign actually contains text before rendering the
line number (glepnir)
fixes: vim/vim#17169
closes: vim/vim#17282
1b186833c1
Co-authored-by: glepnir <glephunter@gmail.com>