mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-08 10:50:56 +08:00
tweak default truncation values so 80-width still shows all (#259).
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user