From 58b2a8bbc8d53ae0fd4fcf126f482002f3fa7717 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 18 Nov 2020 11:59:16 +0100 Subject: [PATCH] highlighter: add foldmarker at final endif --- 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 ea401417..d3b7de90 100644 --- a/autoload/airline/highlighter.vim +++ b/autoload/airline/highlighter.vim @@ -519,4 +519,4 @@ else s:separators[from .. to] = [from, to, inverse] s:exec_separator({}, from, to, inverse, '') enddef -endif +endif " }}}1