From 10f984673c51d2affbf8dc69d79a6280d7b69060 Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Fri, 6 Aug 2021 11:36:39 +0900 Subject: Fix lint tests failing due to multibyte chars. (#3858) For some reason CI tests started failing with these errors: > ale_linters/eruby/erb.vim:1:1: Use scriptencoding when multibyte char exists (see :help :scriptencoding) > ale_linters/mail/languagetool.vim:1:1: Use scriptencoding when multibyte char exists (see :help :scriptencoding) Not sure at which point or what changed for this to happen but this MR fixes it by removing the multibyte chars present on the problem files. Co-authored-by: Horacio Sanson --- ale_linters/mail/languagetool.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/mail') diff --git a/ale_linters/mail/languagetool.vim b/ale_linters/mail/languagetool.vim index 330fb8ec..f68dab7a 100644 --- a/ale_linters/mail/languagetool.vim +++ b/ale_linters/mail/languagetool.vim @@ -1,4 +1,4 @@ -" Author: Vincent (wahrwolf [ät] wolfpit.net) +" Author: Vincent (wahrwolf [at] wolfpit.net) " Description: languagetool for mails -- cgit v1.2.3