Mercurial > vim
annotate src/GvimExt/GvimExt.reg @ 25090:73503bafb3bf v8.2.3082
patch 8.2.3082: a channel command "echoerr" does not show anything
Commit: https://github.com/vim/vim/commit/b836f631dba2534efd314a8f77439cebc75acd4e
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jul 1 22:11:28 2021 +0200
patch 8.2.3082: a channel command "echoerr" does not show anything
Problem: A channel command "echoerr" does not show anything.
Solution: Do not use silent errors when using an "echoerr" command.
(closes #8494)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 01 Jul 2021 22:15:04 +0200 |
parents | af69c9335223 |
children | f8116058ca76 |
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 | |
18879 | 18 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.2] |
19 "DisplayName"="Vim 8.2: Edit with Vim popup menu entry" | |
18182
9b6bfce90778
patch 8.1.2086: missing a few changes for the renamed files
Bram Moolenaar <Bram@vim.org>
parents:
13963
diff
changeset
|
20 "UninstallString"="uninstall.exe" |