mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 11:34:56 +00:00
Problem: The cursorline highlight logic checks for `w_cursor.lnum`
which may be different from the line number passed to
`win_line()` even when the cursor is actually on that line.
Solution: Update cursor line highlight logic to check for the line
number of the start of a closed fold if necessary.