Vim doesn't support unicode?

前端 未结 9 941
余生分开走
余生分开走 2020-12-12 17:34

I\'m trying to get the following into my .vimrc

\" Use the same symbols as TextMate for tabstops and EOLs
set listchars=tab:▸\\ ,eol:¬

Thos

9条回答
  •  一生所求
    2020-12-12 17:55

    Don't forget, if you're running vim in a terminal, make sure the terminal itself is using utf-8 as well.

提交回复
热议问题