Merge pull request #2193 from kazukazuinaina/add_short_path_doc

[add] short_path's doc in airline
This commit is contained in:
IK 2020-08-06 01:05:04 +09:00 committed by GitHub
commit 16f88fe363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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*