aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-16 20:20:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-16 20:20:03 +1200
commit1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658 (patch)
treeefc1a4b4f5af848cf857a6a1c11a4bd78e0505dd /Makefile
parentMerge branch 'release/v4.28.0' into develop (diff)
downloaddotfiles-1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658.tar.gz
dotfiles-1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658.zip
Dispense with system-dependent files
Let's see how well just :set all& works.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2a5abdbd..350d891f 100644
--- a/Makefile
+++ b/Makefile
@@ -591,11 +591,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)