bugfix for "language message" in MacOSX#73
bugfix for "language message" in MacOSX#73jayli wants to merge 5 commits intoidanarye:developfrom jayli:develop
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"
| 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.
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"