vim-airline 0.11-2build1 source package in Ubuntu

Changelog

vim-airline (0.11-2build1) resolute; urgency=medium

  * No-change mass rebuild for Ubuntu 26.04 (LP: #2132257)

 -- Graham Inggs <email address hidden>  Mon, 12 Jan 2026 16:46:19 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Resolute
Original maintainer:
Jonathan Carter
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vim-airline_0.11.orig.tar.gz 92.7 KiB cf4d47adbf2d049cca1f102b7d10a8bd099f641aaadc112f997b39781a1e3982
vim-airline_0.11-2build1.debian.tar.xz 3.0 KiB 78ea8c774fb1a8659964fd1495bf33b9d435a6bee276a347c376ec40d3f6a748
vim-airline_0.11-2build1.dsc 1.9 KiB eea72284e9178a3510a856090db20c7f5264f2b3e800739a7257be01b3f00d04

Available diffs

View changes file

Binary packages built by this source

vim-airline: Lean & mean status/tabline for vim that's light as air

 vim-airline provides a themable vim status bar that makes use of the
 powerline font. It's similar to vim-powerline, but is much simpler
 since it uses pure vim configuration instead of scripting languages.
 .
 Some of its features:
 .
  * Tiny core written with extensibility in mind
  * Integrates with a variety of vim plugins
  * Looks good with regular fonts and provides configuration points
    so you can use unicode or powerline symbols
  * Optimized for speed; it typically loads in under a millisecond
 .
 To use the powerline fonts, add the following lines to your .vimrc:
    let g:airline_powerline_fonts = 1
 .
 To enable the top bar, you can add the following to your .vimrc:
    let g:airline#extensions#tabline#enabled = 1