mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 08:26:07 +08:00
[add] short_path's doc in airline
This commit is contained in:
parent
ffa44b8327
commit
0e2cc23d49
|
@ -22,6 +22,7 @@ This is the Changelog for the vim-airline project.
|
|||
- Other
|
||||
- Introduce Vim script static analysis using [reviewdog](https://github.com/reviewdog/action-vint)
|
||||
- Added multiple Vim versions to unit tests using Travis CI
|
||||
- Added option to show short paths in the status line
|
||||
|
||||
## [0.11] - 2019-11-10
|
||||
- New features
|
||||
|
|
|
@ -287,6 +287,10 @@ values):
|
|||
To force updating the tabline on mode changes, call `airline#check_mode()`
|
||||
in your custom statusline setting: `:set stl=%!airline#check_mode(winnr())`
|
||||
will correctly update the tabline on mode changes.
|
||||
|
||||
* Display a short path in statusline: >
|
||||
let g:airline_stl_path_style = 'short'
|
||||
>
|
||||
=============================================================================
|
||||
COMMANDS *airline-commands*
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user