" Touched: <20-Sep-03 05:36:48 IST, madhu>. start using vim source $VIMRUNTIME/vimrc_example.vim "source $VIMRUNTIME/mswin.vim "behave mswin set nocompatible shellslash ignorecase smartcase set clipboard=autoselect selectmode=mouse guioptions+=Aa go-=T shm+=I set hi=200 nowb nobk set ai lisp sm sw=1 set suffixes+=.lib,.fas, "doesn't work... so. set wildignore=*.fas,*.lib autocmd BufRead *.lsp,*.lisp,*.system,*.asd so c:/madhu/VIlisp-2.0/VIlisp.vim map aTouched: <=strftime("%c") IST, madhu> "minimize this window and alternate map 1_ "misc imap jj map ; : "easy parens inoremap [ ( inoremap ] ) inoremap inoremap "map / "imap / imap :update map :update "emacs is your mother" map :update imap :update map :wq imap :wq map 1 o map k c map b r map 2 :split set diffexpr=MyDiff() function MyDiff() let opt = '' if &diffopt =~ 'icase' | let opt = opt . '-i ' | endif if &diffopt =~ 'iwhite' | let opt = opt . '-b ' | endif silent execute '!C:\MADHU\VIM\VIM62\diff -a ' . opt . '"' . v:fname_in . '" "' . v:fname_new . '" > "' . v:fname_out . '"' endfunction