Mercurial > vim
annotate src/GvimExt/GvimExt.reg @ 18217:40344f717010 v8.1.2103
patch 8.1.2103: wrong error message if "termdebugger" is not executable
Commit: https://github.com/vim/vim/commit/18223a592efa4399e3951c86deeb712a13b05ca5
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Sep 30 20:47:54 2019 +0200
patch 8.1.2103: wrong error message if "termdebugger" is not executable
Problem: wrong error message if "termdebugger" is not executable.
Solution: Check if "termdebugger" is executable and give a clear error
message. (Ozaki Kiichi, closes #5000) Fix indents.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 30 Sep 2019 21:00:04 +0200 |
parents | 9b6bfce90778 |
children | af69c9335223 |
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 | |
13963 | 18 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.1] |
19 "DisplayName"="Vim 8.1: 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" |