zoomwintab extension added

This commit is contained in:
troydm
2020-04-07 21:33:28 +03:00
parent 87d4648172
commit 5902a23e78
2 changed files with 30 additions and 0 deletions

View File

@@ -250,6 +250,11 @@ function! airline#extensions#load()
call add(s:loaded_ext, 'csv')
endif
if get(g:, 'airline#extensions#zoomwintab#enabled', 0)
call airline#extensions#zoomwintab#init(s:ext)
call add(s:loaded_ext, 'zoomwintab')
endif
if exists(':VimShell')
let s:filetype_regex_overrides['^int-'] = ['vimshell','%{substitute(&ft, "int-", "", "")}']
endif