-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using space in g:ale_sign_* variables causes error #2351
Labels
Comments
I also found that |
I think it's just a bug. I'll fix it by escaping the spaces. |
That should work now. |
Indeed it works. Thank you for covering my use case! |
@w0rp
To reproduce:
|
That works for me. Try adding this to the top of your vimrc file. set encoding=utf-8
scriptencoding utf-8 |
Thanks, it works now. My mistake. |
smkent
added a commit
to smkent/dotfiles
that referenced
this issue
Apr 3, 2019
- Set scriptencoding to utf-8 - Replace the ALE sign unicode escape sequences with the corresponding unicode value, and remove the trailing space from each of the sign variables. These updates resolve sign configuration errors that began following dense-analysis/ale@365ffae, using information from dense-analysis/ale#2351.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Information
Operating System: Arch Linux latest
What went wrong
I am not sure this is an error with ale or with vim itself.
I want to use a single character as error, warning, etc symbol, for instance
>
instead of `>>. But this fails.Reproducing the bug
The following error pops up:
As a workaround I used a non-breaking space.
The text was updated successfully, but these errors were encountered: