commit | 7cb769a69f5b9d6951f4427c85e75f5b2909cf10 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 17:36:02 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 16 17:36:02 2017 +0100 |
tree | 1fdaa33d7c21366bede14ab232a1dcd6bf08f43b | |
parent | cd142e3369db8888163a511dbe9907bcd138829c [diff] |
patch 8.0.1301: generated license file for NSIS has a modeline Problem: Generated license file for NSIS has a modeline. Solution: Adjust the pattern for sed. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 2a50a1b..cf62d59 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1301, +/**/ 1300, /**/ 1299,