mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 03:17:23 +10:00
Problem: A custom 'statuscolumn' needs to check a bunch of options and
placed signs to replicate the default number column.
Solution: Rework %l item to include the necessary logic to mimic the
default number column. Remove now redundant %r item.