Justin M. Keyes
0a2676e54a
fix(messages): :read starts a "bufwrite" progress #41219
...
Problem:
filemess() treats an empty suffix as "a buffer write is starting", but
readfile() calls it that way too. So ":read" (and ":edit", …) opens a
`nvim.bufwrite "<file>"` progress that is never completed.
Users of e.g. ghostty will see a stuck "progress" spinner.
Solution:
Only `buf_write()` starts the progress, via `filemess_progress()`.
2026-08-07 13:21:17 -04:00
..
2026-07-21 13:22:39 +02:00
2026-08-03 09:48:33 -04:00
2026-07-21 13:22:39 +02:00
2026-07-27 11:12:47 -04:00
2026-08-04 13:43:22 -04:00
2026-08-07 05:09:48 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-04 06:36:58 +02:00
2026-07-21 13:22:39 +02:00
2026-08-02 02:20:11 +00:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-22 08:27:54 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-05 15:07:19 -04:00
2026-08-07 13:21:17 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-04 06:36:58 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-24 13:49:47 -04:00
2026-07-21 13:22:39 +02:00
2026-08-04 06:36:58 +02:00
2026-08-05 16:11:13 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-07 04:01:38 +00:00
2026-08-06 08:39:59 -04:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-07-21 13:22:39 +02:00
2026-08-07 07:06:23 -04:00