commit | 436631969716e056feca47480976100b70283370 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 14:29:12 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 05 14:29:12 2017 +0100 |
tree | 6503b38cda2519810d101520fd259cf72cf325cc | |
parent | 0f9ea22c115084a982c86214ef41200e0dfc1ea6 [diff] [blame] |
patch 8.0.0416: setting v:progpath is not quite right Problem: Setting v:progpath is not quite right. Solution: On MS-Windows add the extension. On Unix use the full path for a relative directory. (partly by James McCoy, closes #1531)
diff --git a/src/version.c b/src/version.c index dbb7df2..98fa4a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 416, +/**/ 415, /**/ 414,