Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 vim中安装了一些点文件。我编辑的文件现在可以正常工作,但我不拥有的某些文件有时会显示如下特殊字符。
39 struct {^I^I^I^I^I^I^I^I\ 40 ^Istruct type *tqe_next;^I/* next element */^I^I^I\ 41 ^Istruct type **tqe_prev;^I/* address of previous next element */^I\ 42 }
我怎样才能解决这个问题 ?谢谢。
^I是tab。
^I
tab
使用以下不显示它。
:set nolist