Files
neovim/runtime/lua/vim
luukvbaal 2aa7948266 fix(treesitter): invalidate conceal_lines cache earlier #33875
Problem:  conceal_lines cache is invalidated in `on_buf`
          which is too late for code calculating text height after a
          buffer change but before a redraw (like `lsp/util.lua`).

Solution: Replace `on_buf` with `on_bytes` handler that invalidates
          the cache and clears the marks.
2025-05-06 18:03:54 -07:00
..
2024-03-06 10:45:22 +00:00
2024-01-16 09:33:10 +00:00
2025-04-27 13:40:46 -07:00
2025-03-15 15:00:44 +01:00
2025-02-26 23:06:22 +01:00