summaryrefslogtreecommitdiff
path: root/test/test_hover_parsing.vader
AgeCommit message (Collapse)Author
2023-09-16Fix #4505 - Handle spaces in markdown fencesw0rp
2023-08-15Fix error loading "text" syntax for hover (#4574)Tomáš Janoušek
rust-analyzer sometimes returns a hover result with language being "text", but there's no syntax/text.vim, so this would fail with: Error detected while processing function <SNR>150_VimOutputCallback[6]..<lambda>8[1]..ale#lsp#HandleMessage[30]..ale#hover#HandleLSPResponse[42]..ale#floating_preview#Show[13]..<SNR>161_VimShow: line 13: E484: Cannot open file syntax/text.vim Only including the file when it actually exists fixes this.
2020-08-12Close #3274 - Handle basic LSP markdown formattingw0rp