diff src/GvimExt/gvimext.h @ 25413:ee2808fb1be9 v8.2.3243

patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less useful Commit: https://github.com/vim/vim/commit/83cd0156e01b5befadf12ee66bc26436ee8d023f Author: msoyka-of-wharton <mssr953@gmail.com> Date: Thu Jul 29 19:18:33 2021 +0200 patch 8.2.3243: MS-Windows: "edit with multiple Vim" choice is less useful Problem: MS-Windows: the "edit with multiple Vim" choice is not that useful. Solution: Change it to "Edit with multiple tabs". (Michael Soyka, closes #8645)
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Jul 2021 19:30:04 +0200
parents 31546178bc83
children 64dac9ff015e
line wrap: on
line diff
--- a/src/GvimExt/gvimext.h
+++ b/src/GvimExt/gvimext.h
@@ -129,18 +129,12 @@ protected:
 	    int iShowCmd,
 	    int idHWnd);
 
-    STDMETHODIMP InvokeGvim(HWND hParent,
-	    LPCSTR pszWorkingDir,
-	    LPCSTR pszCmd,
-	    LPCSTR pszParam,
-	    int iShowCmd);
-
     STDMETHODIMP InvokeSingleGvim(HWND hParent,
 	    LPCSTR pszWorkingDir,
 	    LPCSTR pszCmd,
 	    LPCSTR pszParam,
 	    int iShowCmd,
-	    int useDiff);
+	    int gvimExtraOptions);
 
 public:
     int		 m_cntOfHWnd;