mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-23 05:55:38 +02:00
parent
19360bac63
commit
7e295c859f
@ -265,10 +265,8 @@ if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0) == 0
|
|||||||
endif
|
endif
|
||||||
return group
|
return group
|
||||||
endfunction
|
endfunction
|
||||||
|
finish
|
||||||
else
|
else
|
||||||
|
|
||||||
" Vim9 Script implementation
|
|
||||||
def s:toggle_off(): void
|
def s:toggle_off(): void
|
||||||
airline#extensions#tabline#autoshow#off()
|
airline#extensions#tabline#autoshow#off()
|
||||||
airline#extensions#tabline#tabs#off()
|
airline#extensions#tabline#tabs#off()
|
||||||
|
@ -43,6 +43,7 @@ if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0) == 0
|
|||||||
endif
|
endif
|
||||||
return _
|
return _
|
||||||
endfunction
|
endfunction
|
||||||
|
finish
|
||||||
else
|
else
|
||||||
" Vim9 Script implementation
|
" Vim9 Script implementation
|
||||||
def airline#extensions#tabline#formatters#default#format(bufnr: number, buffers: list<number>): string
|
def airline#extensions#tabline#formatters#default#format(bufnr: number, buffers: list<number>): string
|
||||||
|
@ -80,6 +80,7 @@ if !exists(":def") || (exists(":def") && get(g:, "airline_experimental", 0) == 0
|
|||||||
let a:palette.accents.purple = [ '#af00df' , '' , 128 , '' ]
|
let a:palette.accents.purple = [ '#af00df' , '' , 128 , '' ]
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
finish
|
||||||
else
|
else
|
||||||
" New Vim9 Script Implementation
|
" New Vim9 Script Implementation
|
||||||
def airline#themes#generate_color_map(sect1: list<any>, sect2: list<any>, sect3: list<any>): dict<any>
|
def airline#themes#generate_color_map(sect1: list<any>, sect2: list<any>, sect3: list<any>): dict<any>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user