Christian Brabandt

Results 709 comments of Christian Brabandt
trafficstars

Hm, sounds like you want to disable the tabline extension completly in MacVim? Or do you want to display the tabline only when there are no tabs opened in MacVim...

Try this: ``` viml fu! AirlineOff() if tabpagenr('$') > 1 | set go+=e | doautocmd user AirlineToggledOff |endif endfu fu! AirlineOn() if tabpagenr('$') == 2 | set go-=e | doautocmd...

Hm, might be possible, not sure. Is this nvim-qt or plain nvim?

can you please show the complete stacktrace?

Does fugitive show/indicate this somehow by default without vim-airline installed? > I've seen a line in the branch extension that looks possibly related: I am not sure, I always thought...

sounds like this is related to the fugitiveline extension. should we simply append the special buffer number to the name? I am not sure, as I don't use so sophisticated...

indeed. I have to look up (or ask tpope) for the meanings of those and see if I can come up with a better visualization.

what is airline-luna? what is the output of `:echo airline#statusline(winnr())`?