added csv extension

This commit is contained in:
Christian Brabandt
2013-08-13 23:27:21 +02:00
parent 9dd682212f
commit c5e21aa170
4 changed files with 36 additions and 0 deletions

View File

@@ -130,6 +130,11 @@ function! airline#extensions#load()
call airline#extensions#tagbar#init(s:ext)
endif
if g:airline_enable_csv
call airline#extensions#csv#init(s:ext)
endif
if exists(':VimShell')
let s:filetype_overrides['vimshell'] = ['vimshell','%{vimshell#get_status_string()}']
let s:filetype_regex_overrides['^int-'] = ['vimshell','%{substitute(&ft, "int-", "", "")}']