mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-30 08:04:22 +08:00
deprecate airline_readonly_symbol. move into gutter by default, so it does not conflict with bufferline logic.
This commit is contained in:
@@ -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 = '⭡'
|
||||
<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user