mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 23:08:29 +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
https://github.com/vim/vim/commit/1b186833c1cabeb4da3c855596b9161ff982bcfc
Co-authored-by: glepnir <glephunter@gmail.com>