diff install.cmd @ 95:b96ff0dd0137

Fixed the generated vimrc's runtimepath.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 22 Mar 2012 18:43:08 -0700
parents 6b2c3f14a5c1
children 20c49d51f7e3
line wrap: on
line diff
--- a/install.cmd	Thu Mar 22 11:53:00 2012 -0700
+++ b/install.cmd	Thu Mar 22 18:43:08 2012 -0700
@@ -13,7 +13,7 @@
     set /P confirm=Will delete existing "%userprofile%\_vimrc". OK with that? Press CTRL-C to abort.
     del /Q "%userprofile%\_vimrc"
 )
-echo set runtimepath=%CWD:\=/%vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,%CWD:\=/%vim/after > "%userprofile%\_vimrc"
+echo set runtimepath+=%CWD:\=/%vim > "%userprofile%\_vimrc"
 echo source %CWD:\=/%vim/vimrc >> "%userprofile%\_vimrc"
 
 :: Mercurial Files