paperlined.org
apps > vim
document updated 15 years ago, on Jun 11, 2008
To make "gvim" work from cmd.exe:

- either put c:\program files\vim\vim71\ in the PATH

- or:

    - copy gvim.exe to c:\windows\
    - create c:\windows\vimrc with the contents:
        let $VIMRUNTIME="c:/program\ files/vim/vim71/"
        source c:/program\ files/vim/_vimrc