- 论坛徽章:
- 0
|
- || /home/angus/Programing/hello.c: In function ????ain????
- Programing/hello.c|15| warning: implicit declaration of function ????trerror????
- Programing/hello.c|15| error: ????rrno????undeclared (first use in this function)
- Programing/hello.c|15| error: (Each undeclared identifier is reported only once
- Programing/hello.c|15| error: for each function it appears in.)
复制代码 以上是编译信息,vim的其他地方均无乱码现象(可以输入中文,可以打开中文文件和显示中文目录)。只在编译信息这里出现乱码。
系统:ubuntu
.vimrc文件内容如下:
set encoding=utf-8
set ambiwidth=double
set langmenu=zh_CN.utf-8
set enc=chinese
set fencs=gbk,utf-8,ucs-bom,gb18030,gb2312,cp936
source $VIMRUNTIME/delmenu.vim
source $VIMRUNTIME/menu.vim
syntax enable
syntax on
let Tlist_Show_One_File=1
let Tlist_Exit_OnlyWindow=1 |
|