deprecate airline_readonly_symbol. move into gutter by default, so it does not conflict with bufferline logic.

This commit is contained in:
Bailey Ling
2013-08-20 08:11:38 -04:00
parent fad2c084e7
commit e2a758e309
3 changed files with 8 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ separators, as well as the powerline font glyths.
let g:airline_right_sep = ''
let g:airline_right_alt_sep = ''
let g:airline#extensions#branch#symbol = ' '
let g:airline_readonly_symbol = ''
let g:airline#extensions#readonly#symbol = ''
let g:airline_linecolumn_prefix = ' '
" old vim-powerline symbols
@@ -141,7 +141,7 @@ separators, as well as the powerline font glyths.
let g:airline_right_sep = '⮂'
let g:airline_right_alt_sep = '⮃'
let g:airline#extensions#branch#symbol = '⭠'
let g:airline_readonly_symbol = '⭤'
let g:airline#extensions#readonly#symbol = '⭤'
let g:airline_linecolumn_prefix = '⭡'
<