view src/GvimExt/GvimExt.reg @ 18182:9b6bfce90778 v8.1.2086

patch 8.1.2086: missing a few changes for the renamed files Commit: https://github.com/vim/vim/commit/38f1eeac3d8ec0a0e275213a62ba7ff1afb8ab33 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 14:19:09 2019 +0200 patch 8.1.2086: missing a few changes for the renamed files Problem: Missing a few changes for the renamed files. Solution: Rename in a few more places. (Ken Takata)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 14:30:04 +0200
parents 1174611ad715
children af69c9335223
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"="uninstall.exe"