view src/GvimExt/GvimExt.reg @ 35124:4aa752e16fc2 default tip

runtime(cpp): Fix digit separator in syntax script for octals and floats Commit: https://github.com/vim/vim/commit/c5def6561d5612487ac3523787da1c26335b17e1 Author: Wu Yongwei <wuyongwei@gmail.com> Date: Tue May 7 18:24:55 2024 +0200 runtime(cpp): Fix digit separator in syntax script for octals and floats Also fix the incorrect rendering of floats that start with ".". closes: #14724 Signed-off-by: Wu Yongwei <wuyongwei@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 07 May 2024 18:45:02 +0200
parents 4635e43f2c6f
children
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 9.1]
   "DisplayName"="Vim 9.1: Edit with Vim popup menu entry"
   "UninstallString"="uninstall.exe"