博文
Vim indent file, another yet!(2006-12-29 15:34:00)
摘要:" Vim indent file, another yet!" Language: Eiffel" Maintainer: Huang Liang <huangl@tfol.net> " Ref Maintainer: Jocelyn Fiat <eiffel@djoce.net>" Previous-Maintainer: David Clarke <gadicath@dishevelled.net>" $Date: 2006/12/28 21:33:52 $" $Revision: 1.0 $" URL: http://www.djoce.net/page/vim/" Last Change: 2006 dec 28 : rewrite the indent rule" Only load this indent file when no other was loaded.if exists("b:did_indent") "finishendiflet b:did_indent = 2setlocal indentexpr=GetEiffelIndent()setlocal nolispsetlocal nosmartindentsetlocal&n......
gaim 1.5 全网址(2006-06-27 17:18:00)
摘要:gaim 是一个多协议的即时聊天工具.它可以让你在一个软件中登录Yahoo/ICQ/MSN/QQ/Jabber等聊天服务.以下都是Windows平台版本.Linux平台只需要下载相应的包即可.gaim稳定版本是1.5http://prdownloads.sourceforge.net/gaim/gaim-1.5.0.exe?downloadQQ协议需要openq的支持,最新版本是0.322006年QQ修改了协议需要一个补丁,这是编译好的版本:http://www.amazepc.com/bamanzi/win32/openq/......
我的vimrc(2006-04-06 09:29:00)
摘要:"使用desert配色,较暗。set nocompatiblesource $VIMRUNTIME/vimrc_example.vimbehave xtermcolo desertset gfn=新宋体:h9set co=120set lines=45set fenc=chineseset fencs=ucs-bom,utf-8,chineseset nobackupset clipboard=unnamedset rulerset ls=2set numberset directory=c:\tmp,."set cinoptions=>s,e0,n0,f0,{0,}0,^0,:0,=s,l0,g0,hs,ps,ts,+s,c3,C0,(2s,us,\U0,w0,m0,j0,)20,*30set cinoptions=:0,g0set ts=4 sw=4let eiffel_ise=1let eiffel_pedantic=1map <F8> :TlistToggle<CR>map ,e :e <C-R>=expand("%:p:h")."/"<CR>if version >= 603 set helplang=cnendiflinux 下source $VIMRUNTIME/vimrc_example.vim" appearancecolo desertset ls=2set number" file modifyset fileencodings=ucs-bom,utf-8,chineseset backupdir=/tmpset fenc=chineseset stl=%f\ %w%m%r%=%{&fenc}\ %{&ff}%20(%l,%c%V%5p%%%)" source editset ts=4 sw=4 cin noet"set cinoptions=>s,e0,n0,f0,{0,}0,^0,:0,=s,l0,g0,hs,ps,ts,+s,c3,C0,(2s,us,\U0,w0,m0,j0,)20,*30set cino=:0,g0set clipboard=unnamed" opeartionmap ,e :e <C-R>=expand("%:p:h")."......
wget使用(2006-03-07 10:49:00)
摘要:wget 是一个命令行的下载工具.下载http或ftp内容再好不过了.这是它的文档:http://www.gnu.org/software/wget/manual/有很多win32版google一下.........
