Files
neovim/runtime/lua
luukvbaal 9618032936 perf(ui2): accumulate message lines #40338
Problem:  Writing a message with a large number of newlines
          (:echo "foo\n"->repeat(1000000)) takes longer than it has to
          (since c973c7ae).
Solution: Accumulate newlines in a single API call when possible.
2026-06-20 13:01:58 -04:00
..
2026-03-16 10:29:58 +01:00
2025-02-09 18:10:54 +01:00