mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-08 13:04:44 +08:00
add spacing around readonly symbol.
This commit is contained in:
@@ -9,7 +9,7 @@ function! airline#extensions#readonly#get_mark()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! airline#extensions#readonly#init()
|
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
|
\ .g:airline_section_gutter
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user