summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-18 02:17:42 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-18 05:49:14 -0400
commitd07345bbc31eb943137312d0af6c88c192bbfb57 (patch)
treeed103de362d223f59c0ec651796586f280363875 /Makefile
parente4b2bfb7e42fbfbc4a57d849a375796072f971ca (diff)
downloadconf-d07345bbc31eb943137312d0af6c88c192bbfb57.tar.gz
conf-d07345bbc31eb943137312d0af6c88c192bbfb57.zip
use vim 8's built in module system instead of pathogen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5bd9d40..36030c2 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
BUILD = bin/local/timettyrec \
$(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*))) \
- vim/bundle/vimproc/autoload/vimproc_linux64.so \
+ vim/pack/local/start/vimproc/autoload/vimproc_linux64.so \
vim/spell/en.utf-8.add.spl \
less
@@ -95,7 +95,7 @@ clean :
$(RM) $(BUILD) $(INSTALLED)
update :
- @git submodule foreach '(if [ $$name == "vim/bundle/perl" ]; then git checkout dev; else git checkout master; fi) && git pull'
+ @git submodule foreach '(if [ $$name == "vim/pack/local/start/perl" ]; then git checkout dev; else git checkout master; fi) && git pull'
@$(MAKE)
$(INTO)/.% : %
@@ -109,8 +109,8 @@ fortune/%.dat : fortune/%
@echo "Compiling $@"
@strfile -s $(basename $@)
-vim/bundle/vimproc/autoload/vimproc_linux64.so :
- cd vim/bundle/vimproc && make
+vim/pack/local/start/vimproc/autoload/vimproc_linux64.so :
+ cd vim/pack/local/start/vimproc && make
less : lesskey
lesskey -o less lesskey