QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 995|回复: 1

请问大家gvim不支持中文么?

[复制链接]
发表于 2003-5-12 22:27:50 | 显示全部楼层 |阅读模式
我把我的系统的中文配置好了后,起动了gvim,我突然发现我的gvim竟然不能显示中文。我怎么配置才能使我的gvim支持中文?谢谢大家了。请帮我看看。
发表于 2003-5-27 05:03:45 | 显示全部楼层
搜索论坛. 有设置.
set fileencodings=gb2312
set encoding=euc-cn
                                                                                
set guifontset=-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1,-misc-simsun-medium-r-normal--16-*
                                                                                
set ch=2 " Make command line two lines high
                                                                                
set mousehide " Hide the mouse when typing text
                                                                                
" Make shift-insert work like in Xterm
map <S-Insert> <MiddleMouse>
map! <S-Insert> <MiddleMouse>
                                                                                
" Only do this for Vim version 5.0 and later.
if version >= 500
                                                                                
" I like highlighting strings inside C comments
let c_comment_strings=1
                                                                                
" Switch on syntax highlighting if it wasn't on yet.
if !exists("syntax_on")
syntax on
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-20 18:39 , Processed in 0.041301 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表