aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-22 00:13:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-22 00:13:37 +1200
commitbd0f6a19426fe934f6c90d4a73fa657774d2cc1f (patch)
tree1b3af4af4d86c03748755a4404eacb2df398d48a /Makefile
parentSpin out select_old_files.vim into distro (diff)
downloaddotfiles-bd0f6a19426fe934f6c90d4a73fa657774d2cc1f.tar.gz
dotfiles-bd0f6a19426fe934f6c90d4a73fa657774d2cc1f.zip
Revert to vimrc filename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a53aa289..d9ca626c 100644
--- a/Makefile
+++ b/Makefile
@@ -598,8 +598,8 @@ install-vim-compiler:
cp -p -- vim/compiler/*.vim $(VIMDIR)/compiler
install-vim-config: install-vim-cache
- cp -p -- vim/vimrc.stub.vim $(HOME)/.vimrc
- cp -p -- vim/vimrc.vim $(VIMRC)
+ cp -p -- vim/vimrc.stub $(HOME)/.vimrc
+ cp -p -- vim/vimrc $(VIMRC)
install-vim-filetype:
cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR)
@@ -614,7 +614,7 @@ install-vim-gui: install-vim \
install-vim-gui-config
install-vim-gui-config:
- cp -p -- vim/gvimrc.vim $(GVIMRC)
+ cp -p -- vim/gvimrc $(GVIMRC)
install-vim-indent:
mkdir -p -- $(VIMDIR)/indent