Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The first position of the tabline shows the sharp Angle which is very prominent if let g:airline#extensions#tabline#tabs_label = '' in tabmode #2213

Open
Shaiya2688 opened this issue Aug 21, 2020 · 2 comments

Comments

@Shaiya2688
Copy link

environment

  • vim: 8.2
  • vim-airline: 0.11
  • OS: Ubuntu
    if you are using terminal:
  • terminal: Konsole
  • $TERM variable: xterm
  • color configuration (:set t_Co=256):
    vimrc:
let b:airline_whitespace_disabled = 1
let g:airline_powerline_fonts = 1
if !exists('g:airline_symbols')
	let g:airline_symbols = {}
endif
if exists('g:airline_powerline_fonts') && g:airline_powerline_fonts == 1
	" powerline symbols
	let g:airline_left_sep = ''
	let g:airline_left_alt_sep = ''
	let g:airline_right_sep = ''
	let g:airline_right_alt_sep = ''
	let g:airline_symbols.branch = '⎇'
	let g:airline_symbols.readonly = ''
	let g:airline_symbols.linenr = '☰'
	let g:airline_symbols.maxlinenr = ' '
endif
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#show_buffers = 0
let g:airline#extensions#tabline#show_tab_nr = 1
let g:airline#extensions#tabline#tabs_label = ''

actual behavior

The black sharp Angle is shown in the first position

expected behavior

Do not show sharp Angle

screen shot (if possible)

Screenshot

@Shaiya2688
Copy link
Author

fixed by option set:

let g:airline#extensions#tabline#show_tab_type = 0

@chrisbra
Copy link
Member

chrisbra commented Sep 9, 2020

let's leave this open and see if we can fix this by default

@chrisbra chrisbra reopened this Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants