mirror of
https://github.com/vim/vim.git
synced 2025-10-07 05:54:16 -04:00
updated for version 7.0002
This commit is contained in:
20
src/GvimExt/GvimExt.reg
Normal file
20
src/GvimExt/GvimExt.reg
Normal file
@@ -0,0 +1,20 @@
|
||||
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 7.0aa]
|
||||
"DisplayName"="Vim 7.0aa: Edit with Vim popup menu entry"
|
||||
"UninstallString"="uninstal.exe"
|
Reference in New Issue
Block a user