Files
neovim/src/nvim/api
luukvbaal 40347f6e27 fix(api): only flush nvim__redraw when necessary #31250
Problem:  Not possible to only set a "redraw later" type with
          nvim__redraw, which seems to be desired for the
          treesitter highlighter.
Solution: Do not update the screen when "flush" is explicitly set to
          false and only redraw later types are present. In that case,
          do not call ui_flush() either.
2024-11-18 06:35:21 -08:00
..
2024-09-24 04:46:50 -07:00
2024-09-23 14:42:57 +02:00
2023-11-28 07:47:36 +08:00
2023-11-28 07:47:36 +08:00