vim-airline/autoload
Christian Brabandt 7469672a46
extensions: Allow customization of filetypes
Define the variable :let g:airline_filetype_overrides to allow for
specific customization how a specific filetype will be displayed.

For e.g. a German display, you can use: >

    :let g:airline_filetype_overrides = {'help': ['Hilfe', ':%f']}
<

This defines how section a and b will look like for a window with that
specific filetype.

Closes #1888
2019-04-30 17:28:51 +02:00
..
airline extensions: Allow customization of filetypes 2019-04-30 17:28:51 +02:00
airline.vim Updated Copyright Statements 2019-03-25 12:29:47 +01:00