Révision | d4bf26ef9b9b5026bf55377a0cf523ee73b6e4d0 (tree) |
---|---|
l'heure | 2023-04-28 15:43:50 |
Auteur | badcoff33 <none@none> |
Commiter | badcoff33 |
different usage of animation
@@ -180,10 +180,10 @@ def RunJobMonitoringCb(tid: number) | ||
180 | 180 | popup_setoptions(d.winid, g:Winopts()) |
181 | 181 | if has_key(d, "timer") && d.timer == tid |
182 | 182 | popup_settext(d.winid, |
183 | - printf("%s %s %s | %d lines", | |
184 | - GetIndicator(), | |
183 | + printf("%s %s %s %d lines", | |
185 | 184 | toupper(job_status), |
186 | 185 | d.short_cmd, |
186 | + GetIndicator(), | |
187 | 187 | getbufinfo(d.bufnr)[0].linecount |
188 | 188 | )) |
189 | 189 | break |