Closed liangkarl closed 7 months ago
When you use +
, the view trigger is bypassed otherwise you wouldn't see the text in the status line.
Got it.
So, it's a dependent behavior with showing text and refreshing view, right?
Is it possible to adjust the sequence like refresh view before show the text in status bar?
Since I have tried to change to <
, >
and !
, as well as adjust refresh-mode
, I have no idea how to make it.
You can't without code change. Try with #1324. It requires the removal of a report_clear()
call in view.c that doesn't seem to do any harm and at least doesn't fail any test but more thorough non regression testing will be needed before considering merge.
Okay, thanks a lot!
Hello,
I have a question about
@
and+
. Simply compare@
with+
.bind stage co @git checkout %(file)
would trigger view refreshing automatically, butbind stage co +git checkout %(file)
would not.I have no idea how to output the first line of the results and refresh the view at the same time. Does anyone could help to fix the problem? Thanks!