mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 04:31:51 +10:00
Problem: The fold and sign column is built and stored regardless of
whether the corresponding item is present in 'statuscolumn'.
Solution: Since the 'statuscolumn' parses itself, we can defer
building the columns until the corresponding item is
actually encountered.