• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisiond4bf26ef9b9b5026bf55377a0cf523ee73b6e4d0 (tree)
l'heure2023-04-28 15:43:50
Auteurbadcoff33 <none@none>
Commiterbadcoff33

Message de Log

different usage of animation

Change Summary

Modification

--- a/autoload/run.vim
+++ b/autoload/run.vim
@@ -180,10 +180,10 @@ def RunJobMonitoringCb(tid: number)
180180 popup_setoptions(d.winid, g:Winopts())
181181 if has_key(d, "timer") && d.timer == tid
182182 popup_settext(d.winid,
183- printf("%s %s %s | %d lines",
184- GetIndicator(),
183+ printf("%s %s %s %d lines",
185184 toupper(job_status),
186185 d.short_cmd,
186+ GetIndicator(),
187187 getbufinfo(d.bufnr)[0].linecount
188188 ))
189189 break