Files
neovim/runtime/lua/vim
luukvbaal 89431707a0 fix(ui2): unable to stop display of very long message #39823
Problem:  Processing of a very long message may take a long time; there
          is no visual feedback of work being done, and no way to abort
          processing.
          Calculating text height for spill indicator inhibits
          performance for very long message.

Solution: Whenever writing part of a message is taking longer than 100ms,
          show the first part of the message, while checking for CTRL-C.
          Calculate ('wrap'-ed) text height accurately until 'lines',
          use line count beyond that.
2026-05-21 05:24:39 -04:00
..
2026-05-10 11:03:15 -04:00
2026-05-18 11:20:18 +02:00
2026-01-09 10:07:15 +01:00
2026-05-11 16:51:58 +08:00
2026-05-10 11:03:15 -04:00