Christian Brabandt

Results 709 comments of Christian Brabandt
trafficstars

I understand this requirement and I thought it would be pretty. So I committed some changes to the dynamic_width branch. All it does, is it calculates the minimum width for...

Have you looked into the help for truncation? > Am 03.04.2019 um 12:15 schrieb minusf : > > i find the current truncation method with its hardcoded window sizes opinionated...

> i wouldn't mind these arbitrary limits if i could actually override them without changing the code. to be more precise, have a look at the help `:h airline-default`, scroll...

have you tried the dynamic_width branch? it is still there.

I think you need to use `airline#add_inactive_statusline_func` to have it apply for in-active statuslines as well.

Hm, that is interesting. I cannot offhand see, what is responsible for that.

Oh, that looks actually like a bug in Vim.

Ah, I remember that discussion. I agree, changing this code in Vim will likely introduce more problems with fancy statusline plugins. So for now let's just keep this open.

Hm > 50 1.130876 airline#extensions#tabline#redraw() This is basically just `:redrawtabline`. Looks like this is an expansive internal vim call :( > 9312 0.439421 150_get_syn() This is expected to be expansive....

note sure. In general evaluation of the statusline will happen very often, for the tabline it may not be that often the case. In that case you may try to...