Files
neovim/runtime/lua/vim/_core
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-04-18 15:38:59 -04:00
2026-05-30 12:57:24 +02:00