Skip to content

Commit

Permalink
win32 installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Apr 1, 2010
1 parent 2ba39ba commit 8a91caf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions win32-install.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@echo off
if not exist "%USERPROFILE%\vimfiles\plugin" mkdir "%USERPROFILE%\vimfiles\plugin"
if not exist "%USERPROFILE%\vimfiles\ftplugin\perl" mkdir "%USERPROFILE%\vimfiles\ftplugin\perl"
copy /Y .\ftplugin\perl\perlomni.vim "%USERPROFILE%\vimfiles\ftplugin\perl\." > NUL
copy /Y .\plugin\perlomni-data.vim "%USERPROFILE%\vimfiles\plugin\." > NUL
copy /Y .\plugin\perlomni-util.vim "%USERPROFILE%\vimfiles\plugin\." > NUL
echo install done.

0 comments on commit 8a91caf

Please sign in to comment.