tweak default truncation values so 80-width still shows all (#259).

This commit is contained in:
Bailey Ling 2013-09-18 21:33:17 -04:00
parent e31d5f333c
commit 2d465afb95
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
" vim: et ts=2 sts=2 sw=2
let s:section_truncate_width = get(g:, 'airline#extensions#default#section_truncate_width', {
\ 'b': 88,
\ 'b': 79,
\ 'x': 60,
\ 'y': 88,
\ 'z': 45,

View File

@ -201,7 +201,7 @@ configuration values that you can use.
* control which sections get truncated and at what width. >
let g:airline#extensions#default#section_truncate_width = {
\ 'b': 88,
\ 'b': 79,
\ 'x': 60,
\ 'y': 88,
\ 'z': 45,