Files
neovim/runtime/lua/vim/lsp
Riley Bruins 5d1fd4aca5 fix(lsp): improper diagnostic end_col computation
**Problem:** For multiline diagnostics, the end column was improperly
calculated by checking the byte index of the character position on the
*start* line.

**Solution:** Calculate the byte index for end_col using the *end* line.
2025-05-03 10:01:20 +02:00
..
2025-04-17 15:44:46 +01:00
2025-04-27 13:40:46 -07:00
2025-04-27 15:44:11 -07:00
2025-04-27 13:40:46 -07:00