summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorNir Lichtman <nir@lichtman.org>2021-12-22 15:21:15 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-22 15:21:15 +0000
commit1aeccdb464d81f0af047b399cbad160307a91f7c (patch)
tree4a9210a79991a42460f3f26eb66e6c21e52f646a /src/version.c
parentfa46ead31abe66494da775921feefece02ce6d95 (diff)
downloadvim-git-1aeccdb464d81f0af047b399cbad160307a91f7c.tar.gz
patch 8.2.3870: MS-Windows: wrong dir when using right-click context menuv8.2.3870
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index c5877df99..50902d622 100644
--- a/src/version.c
+++ b/src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3870,
+/**/
3869,
/**/
3868,