-
Notifications
You must be signed in to change notification settings - Fork 35
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
bugfix for "language message" in MacOSX #73
base: develop
Are you sure you want to change the base?
Conversation
Error detected while processing function <SNR>85_readingTimerCallback[1]..378[13]..379[10]..370[16]..vebugger#std#updateMarksForFile[5] ..vebugger#util#listSignsInBuffer[1]..<SNR>83_listSigns[2]..vebugger#util#EnglishExecute: line 3: E197: Cannot set language to "en_US.utf8"
@@ -47,6 +47,8 @@ function! s:f_debugger.invokeReading() dict | |||
endfor | |||
for l:k in keys(l:newLines) | |||
for l:line in l:newLines[l:k] | |||
" remove ANSI Colors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a separate issue than the language messages
one, and deserve a separate PR. With a better commit message.
@kyouryuukunn added this part in #69 to fix a bug with non-english environments. The whole idea - if I understood it correctly - is to set the language to english to avoid that bug in Japanese Vim. If you set it to I don't have a mac, nor a Japanese machine (and I'm not going to set my machine to Japanese and lock myself out because I can't set it back...), but I googled a bit and it looks like
I think As for using |
dosn't work, it shows me this |
Me too. |
Sorry, previous comment is miss. |
I re-implement it https://github.com/jayli/vim-easydebugger |
@idanarye I ran into this problem too and if set the language to As a sidenote: are you still sort of maintaining this project? These many stalled PR's made me wonder... You probably wanne close those PR's like this one? 🤷♂ :) Edit: on my Arch system it's the same. I had to add the en_US.UTF-8 locale first but then it works fine |
Error detected while processing function 85_readingTimerCallback[1]..378[13]..379[10]..370[16]..vebugger#std#updateMarksForFile[5]
..vebugger#util#listSignsInBuffer[1]..83_listSigns[2]..vebugger#util#EnglishExecute:
line 3:
E197: Cannot set language to "en_US.utf8"