Files
neovim/runtime
Shadman 3e6d5875ca refactor(progress): simplify progress-status format #38491
Problem:
Currently we are using
if 1 item then
  {title}: {percent}%
else
  Progress: {AVG}%({N})
dropping {title} and Progress text saves up space in statusline plus makes the format consistent, less jumping around.

Solution:
Use `{AVG}%({N})` for all cases.
2026-03-26 05:47:16 -04:00
..
2026-01-07 08:11:42 +08:00
2026-03-24 00:14:55 +01:00
2025-03-26 14:48:09 +01:00