mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 04:34:26 +08:00
add spacing around readonly symbol.
This commit is contained in:
@@ -9,7 +9,7 @@ function! airline#extensions#readonly#get_mark()
|
||||
endfunction
|
||||
|
||||
function! airline#extensions#readonly#init()
|
||||
let g:airline_section_gutter = '%{airline#extensions#readonly#get_mark()}'
|
||||
let g:airline_section_gutter = ' %{airline#extensions#readonly#get_mark()} '
|
||||
\ .g:airline_section_gutter
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user