免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2053 | 回复: 3
打印 上一主题 下一主题

FC4中console下vi死活不能syntax on,帮忙呀,谢谢了!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-13 10:22 |只看该作者 |倒序浏览
我刚安装了FC4,使用配置文件时,可是vi死活不能语法高亮显示,我按手册中在/etc/vimrc中原来是:
" Switch syntax highlighting on, when the terminal has colors
" Also switch on highlighting the last used search pattern.
if &t_Co > 2 || has("gui_running")
  syntax on
  set hlsearch
endif'
改成:
:syntax enable
syntax on
set background=dark
也是不行.
我的 原来 TERM=linux,改成 TERM=xterm-color
照样不行,请问这是为什么,我的设置对吗??
我的显示器肯定支持彩色 *_^
谢谢帮忙看看!

论坛徽章:
0
2 [报告]
发表于 2006-03-13 10:31 |只看该作者
[leicer@JQRAdmin ~]$ rpm -qa | grep vim
vim-minimal-6.3.071-3
vim-common-6.3.071-3
vim-enhanced-6.3.071-3

论坛徽章:
0
3 [报告]
发表于 2006-03-13 10:47 |只看该作者
问题解决:
*vi_diff.txt*   For Vim version 6.3.  Last change: 2004 Mar 26


                  VIM REFERENCE MANUAL    by Bram Moolenaar


Differences between Vim and Vi                          *vi-differences*

Syntax highlighting.                                    |:syntax|
        Vim can highlight keywords, patterns and other things.  This is
        defined by a number of ":syntax" commands, and can be made to
        highlight most languages and file types.  A number of files are
        included for highlighting the most common languages, like C, C++,
        Java, Pascal, Makefiles, shell scripts, etc.  The colors used for
        highlighting can be defined for ordinary terminals, color terminals
        and the GUI with the ":highlight"
可是在RH9中我用vi.vim怎么都一样呢?>??
汗!!我太菜了!!

论坛徽章:
0
4 [报告]
发表于 2006-03-13 11:53 |只看该作者
rh做了链接的原因
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP