[add] short_path's doc in airline

This commit is contained in:
kazukazuinaina
2020-08-05 14:15:14 +09:00
parent ffa44b8327
commit 0e2cc23d49
2 changed files with 5 additions and 0 deletions

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*