1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-13 15:39:09 +08:00
This commit is contained in:
wsdjeg 2017-03-08 19:45:58 +08:00
parent 8b2faf45ad
commit 0638cebb5e

View File

@ -32,7 +32,6 @@ function! SpaceVim#layers#core#statusline#get() abort
\ s:encoding(),
\ s:filetype()
\ ], ' ')
return s:mode() . s:tabname()
endfunction
function! s:refresh() abort