From 4d825bdb649a8d0b8c687d5f07d6929d9d9d5640 Mon Sep 17 00:00:00 2001 From: fish Date: Mon, 15 Oct 2018 20:35:28 +0800 Subject: [PATCH] Remove trailing space --- autoload/airline/parts.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline/parts.vim b/autoload/airline/parts.vim index 94d5eff7..b6625c6f 100644 --- a/autoload/airline/parts.vim +++ b/autoload/airline/parts.vim @@ -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 ''