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?
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.
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.
This update has been submitted for testing by atim.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
Working fine here.
This update has been submitted for stable by bodhi.
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.
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:
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.