This commit is contained in:
Christian Brabandt
2016-01-25 21:29:40 +01:00
parent fb76dfbca1
commit 889492e01c
2 changed files with 12 additions and 1 deletions

View File

@@ -567,6 +567,11 @@ exposed.
* configure symbol used to represent close button
let g:airline#extensions#tabline#close_symbol = 'X'
* configure pattern to be ignored on BufAdd autocommand >
" fixes unneccessary redraw, when e.g. opening Gundo window
let airline#extensions#tabline#ignore_bufadd_pat =
\ '\c\vgundo|undotree|vimfiler|tagbar|nerd_tree'
<
Note: Enabling this extension will modify 'showtabline' and 'guioptions'.