mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-20 08:38:24 +08:00
replace all instance of space with the no-break space. resolves #256.
This commit is contained in:
@@ -168,7 +168,7 @@ function! s:get_tabs()
|
||||
if s:tab_nr_type == 0
|
||||
let val .= ' %{len(tabpagebuflist('.i.'))}'
|
||||
else
|
||||
let val .= ' '.i
|
||||
let val .= (g:airline_symbols.space).i
|
||||
endif
|
||||
call b.add_section(group, val.'%'.i.'T %{airline#extensions#tabline#title('.i.')} %)')
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user