vimrc for Windows

This commit is contained in:
David Majnemer 2010-11-10 00:10:54 -06:00
parent 198db727b4
commit fa609fdf85
2 changed files with 3 additions and 0 deletions

2
_vimrc Normal file
View file

@ -0,0 +1,2 @@
set runtimepath+=~\.vim
source ~\.vimrc

View file

@ -45,6 +45,7 @@ my %links = (
vim => '.vim', vim => '.vim',
vimrc => '.vimrc', vimrc => '.vimrc',
_vimrc => '_vimrc',
gvimrc => '.gvimrc', gvimrc => '.gvimrc',
commonsh => '.commonsh', commonsh => '.commonsh',