From 609205f1e8a0aa97ad70e59b196a7d78a0fe7839 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 17 Nov 2020 20:47:24 +0100 Subject: [PATCH] remove trailing whitespace --- autoload/airline/highlighter.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline/highlighter.vim b/autoload/airline/highlighter.vim index ed417d64..2f1871bc 100644 --- a/autoload/airline/highlighter.vim +++ b/autoload/airline/highlighter.vim @@ -275,7 +275,7 @@ function! airline#highlighter#highlight(modes, ...) abort call airline#highlighter#exec(name.suffix, mode_colors) endif - if !has_key(p, 'accents') + if !has_key(p, 'accents') " work around a broken installation " shouldn't actually happen, p should always contain accents continue