view src/GvimExt/GvimExt.reg @ 15269:27783a6f430b v8.1.0643

patch 8.1.0643: computing byte offset wrong commit https://github.com/vim/vim/commit/00b1e041654e8a38fb6b81218a037e1dc94e0943 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Dec 26 23:42:10 2018 +0100 patch 8.1.0643: computing byte offset wrong Problem: Computing byte offset wrong. (Bjorn Linse) Solution: Use the right variable for array index.
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Dec 2018 23:45:04 +0100
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"