update readme about powerline glyths

This commit is contained in:
Bailey Ling
2013-06-30 23:18:49 +02:00
parent b3e48b942f
commit d49a296984
2 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
" powerline symbols:       
" some unicode symbols: ▶ » « ◀
if !exists('g:airline_left_sep')
let g:airline_left_sep=exists('g:airline_powerline_fonts')?"":"»"
let g:airline_left_sep=exists('g:airline_powerline_fonts')?"":">"
endif
if !exists('g:airline_right_sep')
let g:airline_right_sep=exists('g:airline_powerline_fonts')?"":"«"
let g:airline_right_sep=exists('g:airline_powerline_fonts')?"":"<"
endif
if !exists('g:airline_enable_fugitive')
let g:airline_enable_fugitive = 1