commit | 1ac41a5c1352306942344777d2ba86dccd84ffad | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 13:30:12 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 10 13:30:12 2019 +0200 |
tree | 17371b356f3e214da8605295511d1cf66623d1ad | |
parent | 93268054428fe3a6bbe3f89d2def2fec4eabcf5f [diff] [blame] |
patch 8.1.2129: using hard coded executable path in test Problem: Using hard coded executable path in test. Solution: Use v:progpath. Use $VIMRUNTIME instead of "runtime". (James McCoy, closes #5025)
diff --git a/src/version.c b/src/version.c index 7ad0acd..f9a3028 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2129, +/**/ 2128, /**/ 2127,