mirror of
https://github.com/neovim/neovim.git
synced 2026-09-21 04:58:19 +00:00
Problem: When setting extmark for a codelens after it's asynchronously resolved, the line may have been removed, raising "invalid 'line': out of range" error. This is a regression from #34888. Solution: Re-introduce the line count check.