Files
neovim/runtime/lua
zeertzjq a5d6932686 fix(paste): don't use :echo immediately before :redraw (#35773)
- If tick == 0 at the last chunk, the first :echo will print an empty
  string, which isn't really helpful, and may cause :redraw to move
  cursor to the message area for 'showmode'.
- If tick > 0 at the last chunk, there'll be another :echo that prints
  an empty string immediately after the :redraw.
2025-09-16 06:06:02 +08:00
..
2025-05-17 10:59:14 +02:00
2025-02-09 18:10:54 +01:00