Wednesday, January 11, 2006
Customizing Vim 6.3
Here is how I set up my Vim 6.3 installed at C:\Vim\vim63 on Windows:
- set VIM_HOME=c:\vim
- put c:\vim\vim63 in PATH
- Add the line
source $VIMRUNTIME/hchar.vim
to file c:\vim\_vimrc
- Create the file c:\vim\vim63\hchar.vim with the following content:
source $VIMRUNTIME/colors/murphy.vimassuming the Bitstream font has been installed.
set guifont=Bitstream_Vera_Sans_Mono:h9:cANSI
set nows