mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-23 02:52:15 +08:00
tweak default truncation values so 80-width still shows all (#259).
This commit is contained in:
parent
e31d5f333c
commit
2d465afb95
|
@ -2,7 +2,7 @@
|
||||||
" vim: et ts=2 sts=2 sw=2
|
" vim: et ts=2 sts=2 sw=2
|
||||||
|
|
||||||
let s:section_truncate_width = get(g:, 'airline#extensions#default#section_truncate_width', {
|
let s:section_truncate_width = get(g:, 'airline#extensions#default#section_truncate_width', {
|
||||||
\ 'b': 88,
|
\ 'b': 79,
|
||||||
\ 'x': 60,
|
\ 'x': 60,
|
||||||
\ 'y': 88,
|
\ 'y': 88,
|
||||||
\ 'z': 45,
|
\ 'z': 45,
|
||||||
|
|
|
@ -201,7 +201,7 @@ configuration values that you can use.
|
||||||
|
|
||||||
* control which sections get truncated and at what width. >
|
* control which sections get truncated and at what width. >
|
||||||
let g:airline#extensions#default#section_truncate_width = {
|
let g:airline#extensions#default#section_truncate_width = {
|
||||||
\ 'b': 88,
|
\ 'b': 79,
|
||||||
\ 'x': 60,
|
\ 'x': 60,
|
||||||
\ 'y': 88,
|
\ 'y': 88,
|
||||||
\ 'z': 45,
|
\ 'z': 45,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user