Vim Error: E474: Invalid argument: listchars=tab:»·,trail:·

前端 未结 4 1451
粉色の甜心
粉色の甜心 2020-12-30 18:40

Summary:

I am receiving the following error for having the below line in my .vimrc file

Error:

E474: Invali         


        
4条回答
  •  春和景丽
    2020-12-30 19:14

    Not a real solution to your specific problem, but another (non-utf8-safe) way might be just to use ASCII chars, like this:

    set listchars=tab:>-,trail:.,precedes:<,extends:>
    

    If you have UTF-8 available, Justins solution is the better one of course.

提交回复
热议问题