forked from aniani/vim
patch 8.2.3870: MS-Windows: wrong dir when using right-click context menu
Problem: MS-Windows: wrong working directory when opening two files with
right-click context menu. (Gabriel Dupras)
Solution: Use the working directory and pass it on to the process creation.
(Nir Lichtman, closes #9382, closes #8874)
This commit is contained in:
committed by
Bram Moolenaar
parent
fa46ead31a
commit
1aeccdb464
@@ -749,6 +749,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
3870,
|
||||
/**/
|
||||
3869,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user