summaryrefslogtreecommitdiff
path: root/autoload
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2021-08-06 11:36:39 +0900
committerGitHub <noreply@github.com>2021-08-06 11:36:39 +0900
commit10f984673c51d2affbf8dc69d79a6280d7b69060 (patch)
tree47efc16d7e283c3cbdd8ca0dc0abdc5ada0f9576 /autoload
parent9eb39348e928e6a89938784e67ba4168c5a295c0 (diff)
downloadale-10f984673c51d2affbf8dc69d79a6280d7b69060.zip
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 <horacio@allm.inc>
Diffstat (limited to 'autoload')
-rw-r--r--autoload/ale/fixers/dhall_freeze.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ale/fixers/dhall_freeze.vim b/autoload/ale/fixers/dhall_freeze.vim
index 74ae7530..d1447b31 100644
--- a/autoload/ale/fixers/dhall_freeze.vim
+++ b/autoload/ale/fixers/dhall_freeze.vim
@@ -1,5 +1,5 @@
" Author: toastal <toastal@protonmail.com>
-" Description: Dhall’s package freezing
+" Description: Dhall's package freezing
call ale#Set('dhall_freeze_options', '')