Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/233.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
vim摆脱了特殊角色^I_Vim_Plugins_Dotfiles - Fatal编程技术网

vim摆脱了特殊角色^I

vim摆脱了特殊角色^I,vim,plugins,dotfiles,Vim,Plugins,Dotfiles,我在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是选项卡 使用下面的选项不显示它

我在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
选项卡

使用下面的选项不显示它

:set nolist