view src/GvimExt/GvimExt.reg @ 17326:84b9e60ff459 v8.1.1662

patch 8.1.1662: cannot build uninstal.exe with some version of MinGW commit https://github.com/vim/vim/commit/e28cfb28126c07abd9e9ba04e36b3789433201b6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 11 22:04:21 2019 +0200 patch 8.1.1662: cannot build uninstal.exe with some version of MinGW Problem: Cannot build uninstal.exe with some version of MinGW. Solution: Add -lole32. (Rene Nyffenegger, closes https://github.com/vim/vim/issues/4646)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Jul 2019 22:15:05 +0200
parents 1174611ad715
children 9b6bfce90778
line wrap: on
line source

REGEDIT4

[HKEY_CLASSES_ROOT\CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}]
   @="Vim Shell Extension"
[HKEY_CLASSES_ROOT\CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}\InProcServer32]
   @="gvimext.dll"
   "ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\gvim]
   @="{51EEE242-AD87-11d3-9C1E-0090278BBD99}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved]
   "{51EEE242-AD87-11d3-9C1E-0090278BBD99}"="Vim Shell Extension"

[HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
   "path"="gvim.exe"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.1]
   "DisplayName"="Vim 8.1: Edit with Vim popup menu entry"
   "UninstallString"="uninstal.exe"