Skip to content

Instantly share code, notes, and snippets.

@tenfyzhong
Last active July 25, 2017 03:11
Show Gist options
  • Save tenfyzhong/4f32ac0f5b4bd19b936284a166239e06 to your computer and use it in GitHub Desktop.
Save tenfyzhong/4f32ac0f5b4bd19b936284a166239e06 to your computer and use it in GitHub Desktop.
airline tabline redraw bug
set rtp+=~/.vim/bundle/vim-airline
set rtp+=~/.vim/bundle/vim-ctrlspace
let g:airline#extensions#tabline#enabled = 1
let g:airline#extensions#tabline#show_tabs = 0
au BufEnter * redraw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment