Reduce truncation for section y to 80 chars

This commit is contained in:
Shawn M Moore 2022-09-20 23:57:06 -04:00
parent f5a6597496
commit e0056ae5b0
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ let s:section_use_groups = get(g:, 'airline#extensions#default#section_use_g
let s:section_truncate_width = get(g:, 'airline#extensions#default#section_truncate_width', {
\ 'b': 79,
\ 'x': 60,
\ 'y': 88,
\ 'y': 80,
\ 'z': 45,
\ 'warning': 80,
\ 'error': 80,

View File

@ -729,7 +729,7 @@ you can use.
let g:airline#extensions#default#section_truncate_width = {
\ 'b': 79,
\ 'x': 60,
\ 'y': 88,
\ 'y': 80,
\ 'z': 45,
\ 'warning': 80,
\ 'error': 80,