mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-22 05:24:40 +02:00
Merge pull request #2417 from LOTehan/master
Fix "Cannot allocate color none"
This commit is contained in:
commit
e519b53cab
@ -178,8 +178,8 @@ values):
|
|||||||
* if you want to update your highlights without affecting the airline theme,
|
* if you want to update your highlights without affecting the airline theme,
|
||||||
you can do so using the AirlineAfterTheme autocmd. >
|
you can do so using the AirlineAfterTheme autocmd. >
|
||||||
function! s:update_highlights()
|
function! s:update_highlights()
|
||||||
hi CursorLine ctermbg=none guibg=none
|
hi CursorLine ctermbg=none guibg=NONE
|
||||||
hi VertSplit ctermbg=none guibg=none
|
hi VertSplit ctermbg=none guibg=NONE
|
||||||
endfunction
|
endfunction
|
||||||
autocmd User AirlineAfterTheme call s:update_highlights()
|
autocmd User AirlineAfterTheme call s:update_highlights()
|
||||||
<
|
<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user