From f08b7912c60e28df3b8854c3c62fbdea1cad4ef7 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 18 Nov 2020 19:08:34 +0100 Subject: [PATCH] themes: add modeline --- autoload/airline/themes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/airline/themes.vim b/autoload/airline/themes.vim index e85c985c..26bf7004 100644 --- a/autoload/airline/themes.vim +++ b/autoload/airline/themes.vim @@ -1,5 +1,5 @@ " MIT License. Copyright (c) 2013-2020 Bailey Ling et al. -" vim: et ts=2 sts=2 sw=2 +" vim: et ts=2 sts=2 sw=2 et scriptencoding utf-8