Incorrectly displayed characters in vim quick fix window
While compiling code using vim (not gvim) the outp开发者_运维知识库ut looks fine in the terminal window but when vim returns and displays the text in the quick fix window it has some incorrectly displayed characters. All other times in my terminal and in vim everything is displayed correctly. Any ideas?
VIM - Vi IMproved 7.2
Turns out that the version of vim I was using didn't have +multi_byte compiled in. Once adding that the problem went away.
精彩评论