Merge pull request #2348 from craigemery/patch-1

Fix effecting for affecting.
This commit is contained in:
Christian Brabandt 2021-03-07 18:33:04 +01:00 committed by GitHub
commit a262ec6ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ values):
endif endif
endfunction endfunction
< <
* if you want to update your highlights without effecting 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