commit | c8cc0ad477c1921afb11080fb96c764369cf04b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 26 21:31:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 26 21:31:38 2019 +0200 |
tree | 74a715f44a759b2af6df9c6d4480a8997c8318b4 | |
parent | 1f3601e92e7fd2813b9541580d6d9649c802eb58 [diff] [blame] |
patch 8.1.1208: links to repository use wrong file name Problem: Links to repository use wrong file name. Solution: Swap the file names. (Nahuel Ourthe, closes #4304)
diff --git a/src/version.c b/src/version.c index 7cbd2b5..ccf68f8 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1208, +/**/ 1207, /**/ 1206,