From 0c4b5bd38fd43d148048edf9dbd41d873a2fa796 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar <Bram@vim.org> Date: Thu, 10 May 2007 17:02:32 +0000 Subject: [PATCH] updated for version 7.1b --- src/GvimExt/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GvimExt/README.txt b/src/GvimExt/README.txt index dd9fcba7d9..4a75cfa7fb 100644 --- a/src/GvimExt/README.txt +++ b/src/GvimExt/README.txt @@ -60,7 +60,7 @@ windows nt, both files are under c:\winnt\system32 directory. In my windows 95 system, I got setupapi.dll at c:\windows\system and rundll32.exe at c:\windows. So you might want to try something like: rundll32.exe c:\windows\system\setupapi.dll,InstallHinfSection DefaultUninstall 128 %1 -where %1 can be substitued by gvimext.inf +where %1 can be substituted by gvimext.inf THE SOURCE CODE -- GitLab