add spacing around readonly symbol.
This commit is contained in:
parent
a04d7c277a
commit
a1fc8fe7ff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue