replace all instance of space with the no-break space. resolves #256.

This commit is contained in:
bling
2013-09-22 11:29:27 -04:00
parent b22190400d
commit bfe35ed76c
9 changed files with 21 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ function! airline#extensions#bufferline#init(ext)
let g:bufferline_active_highlight = 'bufferline_selected'
let g:bufferline_active_buffer_left = ''
let g:bufferline_active_buffer_right = ''
let g:bufferline_separator = ' '
let g:bufferline_separator = g:airline_symbols.space
endif
call airline#parts#define_raw('file', '%{bufferline#refresh_status()}'.bufferline#get_status_string())