diff options
author | Horacio Sanson <hsanson@gmail.com> | 2021-08-06 11:36:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 11:36:39 +0900 |
commit | 10f984673c51d2affbf8dc69d79a6280d7b69060 (patch) | |
tree | 47efc16d7e283c3cbdd8ca0dc0abdc5ada0f9576 /ale_linters/markdown/languagetool.vim | |
parent | 9eb39348e928e6a89938784e67ba4168c5a295c0 (diff) | |
download | ale-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 'ale_linters/markdown/languagetool.vim')
-rw-r--r-- | ale_linters/markdown/languagetool.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/markdown/languagetool.vim b/ale_linters/markdown/languagetool.vim index d6bca22e..422a38c3 100644 --- a/ale_linters/markdown/languagetool.vim +++ b/ale_linters/markdown/languagetool.vim @@ -1,4 +1,4 @@ -" Author: Vincent (wahrwolf [ät] wolfpit.net) +" Author: Vincent (wahrwolf [at] wolfpit.net) " Description: languagetool for markdown files |