Vim doesn't support unicode?

前端 未结 9 947
余生分开走
余生分开走 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 18:08

    When all else failed, telling vim to save with UTF-8 encoding seemed to work (for now at least):

    :write ++enc=utf-8
    

提交回复
热议问题