Skip to content

Commit

Permalink
Overwrite the exist '~/.vim' directory, not recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
chusiang committed Mar 19, 2018
1 parent f39ba33 commit 5b7143d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ install:
@echo '==> Copy vimrc ...'
cat _vimrc > ${FILE_VIMRC}
cat _gvimrc > ${FILE_GVIMRC}
cp -a _vim/ ${DIR_VIM}
mkdir -p ${DIR_VIM}/
cp -r _vim/* ${DIR_VIM}/

@echo '==> Install dein.vim ...'
ifneq ("$(wildcard ${DEIN_TARGET})","")
Expand Down

0 comments on commit 5b7143d

Please sign in to comment.