summaryrefslogtreecommitdiff
path: root/src/GvimExt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:02:32 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:02:32 +0000
commit0c4b5bd38fd43d148048edf9dbd41d873a2fa796 (patch)
treec49ce1c26632e48cfd9d45e6b6ada808deca5841 /src/GvimExt
parent80ec8452823fd29aa7c585a1ade360db53b2c16e (diff)
downloadvim-git-0c4b5bd38fd43d148048edf9dbd41d873a2fa796.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/GvimExt')
-rw-r--r--src/GvimExt/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GvimExt/README.txt b/src/GvimExt/README.txt
index dd9fcba7d..4a75cfa7f 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