Skip to content

Commit

Permalink
fix install.sh and add install-win32
Browse files Browse the repository at this point in the history
  • Loading branch information
hSATAC committed May 17, 2011
1 parent a8f007a commit 9604302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 1 addition & 6 deletions install-vimrc.sh
@@ -1,9 +1,4 @@
#!/bin/sh
cd ..
ln -s .vim/vimrc .vimrc
ln -s .vim/gvimrc .gvimrc

# xmledit
cd .vim/bundle/xmledit/ftplugin/
ln -s xml.vim html.vim
ln -s xml.vim xhtml.vim
ln -s .vim/gvimrc .gvimrc
3 changes: 3 additions & 0 deletions install-win32.bat
@@ -0,0 +1,3 @@
cd ..
mklink _vimrc vimfiles\vimrc
mklink _gvimrc vimfiles\gvimrc

0 comments on commit 9604302

Please sign in to comment.