summaryrefslogtreecommitdiffstats
path: root/editors/vim/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/PRE_BUILD')
-rwxr-xr-xeditors/vim/PRE_BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/vim/PRE_BUILD b/editors/vim/PRE_BUILD
new file mode 100755
index 0000000000..17e16df1bf
--- /dev/null
+++ b/editors/vim/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+unpack_file 2 &&
+
+for i in $(seq -w 1 107); do
+ message "${MESSAGE_COLOR}applying patch 7.3.$i ...${DEFAULT_COLOR}" &&
+ patch -p0 < patches/7.3.$i
+done