mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-28 06:36:51 +08:00
rename csv variables, add extensions section for doc
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
function! airline#extensions#csv#get_statusline()
|
||||
if &ft ==# "csv" && exists("*CSV_WCol")
|
||||
if exists("g:airline_filetype_csv") && g:airline_filetype_csv ==# 'Name'
|
||||
if get(g:, 'airline#extensions#csv#column_identify', '') ==# 'Name'
|
||||
return '['.CSV_WCol('Name').CSV_WCol().']'
|
||||
else
|
||||
return '['.CSV_WCol().']'
|
||||
|
||||
Reference in New Issue
Block a user