aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-24 15:20:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-24 15:25:26 +1200
commit334f4135331df528cef4107cf56deaea04418751 (patch)
treee8af93b531f9874965ec90b1cfb4994840c5089d /Makefile
parentTolerate spaces for final reply move (diff)
downloaddotfiles-334f4135331df528cef4107cf56deaea04418751.tar.gz
dotfiles-334f4135331df528cef4107cf56deaea04418751.zip
Remove per-system vimrc fixing
This is just overkill. Move the useful bits into the vimrc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 11364324..9468ff85 100644
--- a/Makefile
+++ b/Makefile
@@ -588,11 +588,6 @@ install-vim-compiler:
install-vim-config: install-vim-cache
cp -p -- vim/vimrc.stub.vim $(HOME)/.vimrc
cp -p -- vim/vimrc $(VIMRC)
- if [ -e /etc/debian_version ] ; then \
- cp -p -- vim/system/debian.vim $(VIMDIR)/system.vim ; \
- elif [ -e /etc/centos-release ] ; then \
- cp -p -- vim/system/centos.vim $(VIMDIR)/system.vim ; \
- fi
install-vim-filetype:
cp -p -- vim/filetype.vim vim/scripts.vim $(VIMDIR)