comparison src/GvimExt/gvimext.h @ 26682:64dac9ff015e v8.2.3870

patch 8.2.3870: MS-Windows: wrong dir when using right-click context menu Commit: https://github.com/vim/vim/commit/1aeccdb464d81f0af047b399cbad160307a91f7c Author: Nir Lichtman <nir@lichtman.org> Date: Wed Dec 22 15:21:15 2021 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 22 Dec 2021 16:30:04 +0100
parents ee2808fb1be9
children 41a940219183
comparison
equal deleted inserted replaced
26681:94138e1e9980 26682:64dac9ff015e
128 LPCSTR pszParam, 128 LPCSTR pszParam,
129 int iShowCmd, 129 int iShowCmd,
130 int idHWnd); 130 int idHWnd);
131 131
132 STDMETHODIMP InvokeSingleGvim(HWND hParent, 132 STDMETHODIMP InvokeSingleGvim(HWND hParent,
133 LPCSTR pszWorkingDir, 133 LPCWSTR workingDir,
134 LPCSTR pszCmd, 134 LPCSTR pszCmd,
135 LPCSTR pszParam, 135 LPCSTR pszParam,
136 int iShowCmd, 136 int iShowCmd,
137 int gvimExtraOptions); 137 int gvimExtraOptions);
138 138