Skip to content

Commit

Permalink
Update Vim For Support Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DemonCloud committed Jul 27, 2015
1 parent ffd9b14 commit 774bad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aix/.aixplug.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ filetype off
" Different Path between Windows and Linux
if(has('win32'))
set rtp+=$VIM/vimfiles/bundle/Vundle.vim
call vundle#begin($VIM.'/vimfiles/bundle')
call vundle#rc('$VIM/vimfiles/bundle')
else
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Expand Down
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ printf "\n"
# Copy file in to path
cp -rf aix $HOME/

if [ ! -f "$HOME/.fonts.conf" ]; then
cp -f .fonts.conf $HOME/
fi
# if [ ! -f "$HOME/.fonts.conf" ]; then
# cp -f .fonts.conf $HOME/
# fi

cp -f .vimrc $HOME/
cp -f .nvimrc $HOME/
Expand Down

0 comments on commit 774bad6

Please sign in to comment.