mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +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.