Files
neovim/runtime/lua/vim
Chinmay Dalal 94a904b453 fix(lsp): reapplying already-applied hints #24114
Problem:
The decoration provider clears the whole buffer then redraws all the hints every
time the window was redrawn. This may lead to an infinite loop.

Solution:
Store the last applied version for a line and only clear and redraw the line if
the buffer version has changed.
2023-06-23 04:49:54 -07:00
..
2023-05-13 21:33:22 +02:00
2023-06-07 13:52:23 +01:00
2023-06-19 02:24:44 -07:00
2023-02-22 16:23:49 +01:00