Remove trailing space

This commit is contained in:
fish 2018-10-15 20:35:28 +08:00
parent 07ac69570b
commit 4d825bdb64
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function! airline#parts#iminsert()
endfunction
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)
if !empty(&buftype) || airline#util#ignore_buf(bufname('%'))
return ''