for the sourcerers out there... (#254)

This commit is contained in:
Bailey Ling 2013-09-15 09:22:23 -04:00
parent 256a9681cb
commit e31d5f333c
1 changed files with 7 additions and 3 deletions

View File

@ -124,9 +124,13 @@ CUSTOMIZATION *airline-customization*
The following are some unicode symbols for customizing the left/right
separators, as well as the powerline font glyths.
Note: You must define the dictionary first before setting values: >
Note: You must define the dictionary first before setting values. Also, it's a
good idea to check whether if it exists as to avoid accidentally overwritting
its contents. >
if !exists('g:airline_symbols')
let g:airline_symbols = {}
>
endif
" unicode symbols
let g:airline_left_sep = '»'
let g:airline_left_sep = '▶'