stable

vim-airline-0.11-12.20240511gitff0f9a4.fc40

FEDORA-2024-7d05c91191 created by atim 10 months ago for Fedora 40

See commit history

How to install

Updates may require up to 24 hours to propagate to mirrors. If the following command doesn't work, please retry later:

sudo dnf upgrade --refresh --advisory=FEDORA-2024-7d05c91191

This update has been submitted for testing by atim.

10 months ago

This update's test gating status has been changed to 'ignored'.

10 months ago

This update has been pushed to testing.

10 months ago
User Icon nixuser commented & provided feedback 10 months ago
karma

Working fine here.

This update has been submitted for stable by bodhi.

10 months ago
User Icon nixuser commented & provided feedback 10 months ago
karma

Sorry I spoke too soon. There does seem to be an "issue" in that the text in the status area seems garbled. The "%" symbol appears partly on top of the lines symbol, which is misplaced (and the "%" seems that it shouldn't be there at all).

I doubt this is deliberate. In any case the previous version looks better and the layout conforms to the documentation. Can you please verify?

Can reproduce this with default Fedora font (Source Code Pro). This could be customized font related issue. Could you please file a bug upstream?

This update has been pushed to stable.

10 months ago
User Icon nixuser commented & provided feedback 10 months ago
karma

I'm using Source Code Pro in my terminals. I did try changing the font but it didn't seem to make any difference. I'll try again a bit later today with a range of fonts, grab a screen shot, and report upstream.

OK here is the link to upstream report (with screen shots):

https://github.com/vim-airline/vim-airline/issues/2672

Well.... upstream suggested fix (change the value of "colnr") doesn't really fix the problem because it doesn't fix the misplacement of the lines symbol. The best looking compromise seems to be to define "colnr" to be just a space (given the misplacement of the lines symbol). The way I did that was to add this to my ~/.vimrc file:

" Attempt to fix vim-airline.
if !exists('g:airline_symbols')
    let g:airline_symbols = {}
endif
let g:airline_symbols.colnr = ' '

Anyway out of the box vim-airline is now broken in Fedora. There is probably a way to patch fix this in the config files that are part of tha package, but I don't know if it is worth the bother.


Please login to add feedback.

Metadata
Type
enhancement
Karma
1
Signed
Content Type
RPM
Test Gating
Autopush Settings
Unstable by Karma
-3
Stable by Karma
1
Stable by Time
7 days
Dates
submitted
10 months ago
in testing
10 months ago
in stable
10 months ago
approved
10 months ago

Automated Test Results