Files
neovim/runtime
Jaehwang Jung 35f475d0a5 fix(diagnostics): if buffer not loaded, skip handlers that set extmark (#25628)
Problem:
When enabling diagnostics, there can be diagnostics for unloaded buffer,
but some handlers nevertheless attempt to set extmarks in such buffers.

Solution:
* Exit underline/virtual_text handler if buffer is not loaded.
* Don't require is_loaded as precondition for show(), because handlers
  don't necessarily depend on it.
2023-10-16 20:51:36 -05:00
..
2023-10-16 16:36:25 +08:00
2023-10-16 16:36:25 +08:00
2023-09-13 17:23:45 +02:00
2023-10-14 17:07:09 +02:00
2023-10-16 16:36:25 +08:00
2023-10-16 16:36:25 +08:00
2023-08-23 20:36:16 +01:00
2023-10-16 16:36:25 +08:00
2022-08-20 10:04:55 +02:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-10-16 16:36:25 +08:00
2023-08-24 11:33:06 +09:00
2023-08-13 13:25:10 +01:00
2023-04-07 13:26:29 +02:00
2023-08-31 10:58:54 +02:00
2023-10-16 16:36:25 +08:00