1
0
forked from aniani/vim

patch 8.0.0405: v:progpath may become invalid after :cd

Problem:    v:progpath may become invalid after ":cd".
Solution:   Turn v:progpath into a full path if needed.
This commit is contained in:
Bram Moolenaar
2017-03-04 14:37:18 +01:00
parent 391b1dd040
commit 08cab96087
4 changed files with 50 additions and 4 deletions

View File

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