Mercurial > vim
annotate src/GvimExt/GvimExt.reg @ 12410:ba632a9ed948
Added tag v8.0.1084 for changeset 2c020bc30f62f3618faa04f600b9ebe55fecff4d
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 09 Sep 2017 19:00:05 +0200 |
parents | 9f48eab77d62 |
children | 1174611ad715 |
rev | line source |
---|---|
10 | 1 REGEDIT4 |
2 | |
3 [HKEY_CLASSES_ROOT\CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}] | |
4 @="Vim Shell Extension" | |
5 [HKEY_CLASSES_ROOT\CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}\InProcServer32] | |
6 @="gvimext.dll" | |
7 "ThreadingModel"="Apartment" | |
8 | |
9 [HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\gvim] | |
10 @="{51EEE242-AD87-11d3-9C1E-0090278BBD99}" | |
11 | |
12 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved] | |
13 "{51EEE242-AD87-11d3-9C1E-0090278BBD99}"="Vim Shell Extension" | |
14 | |
15 [HKEY_LOCAL_MACHINE\Software\Vim\Gvim] | |
16 "path"="gvim.exe" | |
17 | |
10198
9f48eab77d62
commit https://github.com/vim/vim/commit/bb76f24af2010943387ce696a7092175b4ecccf2
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
18 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.0] |
9f48eab77d62
commit https://github.com/vim/vim/commit/bb76f24af2010943387ce696a7092175b4ecccf2
Christian Brabandt <cb@256bit.org>
parents:
5294
diff
changeset
|
19 "DisplayName"="Vim 8.0: Edit with Vim popup menu entry" |
10 | 20 "UninstallString"="uninstal.exe" |