unicode: Update Unicode extension

do not draw the complete statusline in a bright yellow. This might hurt
your eyes
This commit is contained in:
Christian Brabandt 2017-07-19 12:57:18 +02:00
parent e03afa1733
commit 61c624ef6c
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ function! airline#extensions#unicode#apply(...)
\ 'accent': 'bold' })
let w:airline_section_a = airline#section#create(['unicode'])
let w:airline_section_b = ''
let w:airline_section_c = ''
let w:airline_section_c = ' '
let w:airline_section_y = ''
endif
endfunction