mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
Problem: Hover response of MarkedString[] where the first element contains a language identifier treated as empty. Solution: Fix empty check to handle case of MarkedString[] where the first element is a pair of a language and value.