mirror of
https://github.com/neovim/neovim.git
synced 2026-07-31 04:39:07 +00:00
Problem: `foldcolumn` is empty for virtual lines above the start of a nested fold. Solution: For virtual lines, compute the outer fold level and display it by reusing the logic from `fill_foldcolumn`.