diff options
author | Tristan Knight <admin@snappeh.com> | 2025-02-02 09:56:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-02 01:56:01 -0800 |
commit | 5bc948c050ce321ed56ff48b0d41e189b1ea4c87 (patch) | |
tree | 5a5f3a9c00eba45ea6a46f7775e8461bef4e4bf8 /runtime/lua/man.lua | |
parent | a22f2102ceb0b9f33125ce95b4d3cbdcac0f87c3 (diff) | |
download | rneovim-5bc948c050ce321ed56ff48b0d41e189b1ea4c87.tar.gz rneovim-5bc948c050ce321ed56ff48b0d41e189b1ea4c87.tar.bz2 rneovim-5bc948c050ce321ed56ff48b0d41e189b1ea4c87.zip |
fix(diagnostic): improve current_line refresh logic #32275
Problem:
The current implementation uses a global augroup for virtual lines in
diagnostics, which can lead to conflicts and unintended behavior when
multiple namespaces/buffers are involved.
Solution:
Refactor the code to use a namespace-specific augroup for virtual lines.
This ensures that each namespace has its own augroup.
Scope the clear commands to only the relevant buffer.
Diffstat (limited to 'runtime/lua/man.lua')
0 files changed, 0 insertions, 0 deletions