From 639a0038cf8c4e398b62e6ded5eb67b0511794e4 Mon Sep 17 00:00:00 2001 From: Craig Date: Wed, 3 Mar 2021 09:38:32 +0000 Subject: [PATCH] Fix effecting for affecting. --- doc/airline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/airline.txt b/doc/airline.txt index 2c7f0a12..6ed56f84 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -169,7 +169,7 @@ values): endif 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. > function! s:update_highlights() hi CursorLine ctermbg=none guibg=none