Remove trailing space
This commit is contained in:
parent
07ac69570b
commit
4d825bdb64
@ -86,7 +86,7 @@ function! airline#parts#iminsert()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! airline#parts#readonly()
|
function! airline#parts#readonly()
|
||||||
" only consider regular buffers (e.g. ones that represent actual files,
|
" only consider regular buffers (e.g. ones that represent actual files,
|
||||||
" but not special ones like e.g. NERDTree)
|
" but not special ones like e.g. NERDTree)
|
||||||
if !empty(&buftype) || airline#util#ignore_buf(bufname('%'))
|
if !empty(&buftype) || airline#util#ignore_buf(bufname('%'))
|
||||||
return ''
|
return ''
|
||||||
|
Loading…
Reference in New Issue
Block a user