commit | 4cfde1d273ec5fca68a983805af48ea37d3d94e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 01 14:14:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 01 14:14:07 2020 +0200 |
tree | 3514b0b91fb35a38c8d09ded37cd72ecbdfc21f1 | |
parent | 6ab0953fefe31fef91e40752a675ceb60fc2fe03 [diff] [blame] |
patch 8.2.0673: cannot build Haiku in shadow directory Problem: Cannot build Haiku in shadow directory. Solution: Add symlink. (Ozaki Kiichi, closes #6023)
diff --git a/src/version.c b/src/version.c index 140871c..7267318 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 673, +/**/ 672, /**/ 671,