|
发表于 2006-3-17 13:19:03
|
显示全部楼层
If you've edited vimrc file, you don't need to run syn on anymore... anyway, here is my set ouput.. you can see what in yours
- :set
- --- 选项 ---
- autowrite filetype=sh ignorecase ruler showcmd term=xterm updatetime=2000
- background=dark helplang=cn incsearch scroll=15 showmatch ttyfast viminfo='20,"50
- commentstring=#%s history=500 laststatus=2 shiftwidth=4 syntax=sh ttymouse=xterm2
- expandtab hlsearch linebreak shortmess=a tabstop=4 ttytype=xterm
- backspace=indent,eol,start
- fileencoding=utf-8
- fileencodings=ucs-bom,utf-8,default,latin1
- runtimepath=~/.vim,/etc/vim,/usr/share/vim/vimfiles,/usr/share/vim/addons,/usr/share/vim/vim64,/usr/share/vim/vimfiles,/usr/share/vim/addons/after,~/.vim/after
复制代码 |
|