1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-03-05 14:29:12 +01:00
parent 0f9ea22c11
commit 4366319697
4 changed files with 42 additions and 20 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
416,
/**/
415,
/**/