commit | a16bc5450359294f9d8585da9f74e5082108b7fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 16:25:10 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 16:25:10 2018 +0200 |
tree | 259d512979838ec473074e7a3cc8ad3709a0e668 | |
parent | d6105cb4085ad166910897a640693d3bada603e1 [diff] [blame] |
patch 8.1.0474: directory where if_perl.c is written is inconsistent Problem: Directory where if_perl.c is written is inconsistent. Solution: use auto/if_perl.c for MS-Windows. (Ken Takata, closes #3540)
diff --git a/src/version.c b/src/version.c index 995adff..5190030 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 474, +/**/ 473, /**/ 472,