diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-27 14:19:09 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-27 14:19:09 +0200 |
commit | 38f1eeac3d8ec0a0e275213a62ba7ff1afb8ab33 (patch) | |
tree | 602b6badc2b1aed08c88cf7c5a33d6f32e8e3ab6 /src/GvimExt | |
parent | 2313b6125745a4ef0785b60182c6c0b600f71787 (diff) | |
download | vim-git-38f1eeac3d8ec0a0e275213a62ba7ff1afb8ab33.tar.gz |
patch 8.1.2086: missing a few changes for the renamed filesv8.1.2086
Problem: Missing a few changes for the renamed files.
Solution: Rename in a few more places. (Ken Takata)
Diffstat (limited to 'src/GvimExt')
-rw-r--r-- | src/GvimExt/GvimExt.reg | 2 | ||||
-rw-r--r-- | src/GvimExt/README.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg index 2b8ebf08b..17d085a41 100644 --- a/src/GvimExt/GvimExt.reg +++ b/src/GvimExt/GvimExt.reg @@ -17,4 +17,4 @@ REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.1] "DisplayName"="Vim 8.1: Edit with Vim popup menu entry" - "UninstallString"="uninstal.exe" + "UninstallString"="uninstall.exe" diff --git a/src/GvimExt/README.txt b/src/GvimExt/README.txt index 4a75cfa7f..a29200e43 100644 --- a/src/GvimExt/README.txt +++ b/src/GvimExt/README.txt @@ -11,7 +11,7 @@ registry entries. In special situations you might want to make changes by hand. Check these items: -- The gvimext.dll, gvim.exe and uninstal.exe either need to be in the search +- The gvimext.dll, gvim.exe and uninstall.exe either need to be in the search path, or you have to set the full path in the registry entries. You could move the gvimext.dll to the "windows\system" or "windows\system32" directory, where the other DLL files are. |