Mercurial > vim
annotate src/GvimExt/gvimext.inf @ 24980:2cb78583fada v8.2.3027
patch 8.2.3027: Vim9: breakpoint in compiled function not always checked
Commit: https://github.com/vim/vim/commit/2ac4b2536a40e5cd75b4ff7a3d44a282d2f4f008
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jun 20 20:09:42 2021 +0200
patch 8.2.3027: Vim9: breakpoint in compiled function not always checked
Problem: Vim9: breakpoint in compiled function not always checked.
Solution: Check for breakpoint when calling compiled function from compiled
function.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 20 Jun 2021 20:15:02 +0200 |
parents | 4e2284e71352 |
children |
rev | line source |
---|---|
10 | 1 [Version] |
2 Signature="$Windows NT$"" | |
3 Provider="Tianmiao" | |
4 | |
5 [Manufacture] | |
6 | |
7 [DefaultInstall] | |
8 AddReg=ThisDll.Add.Reg | |
9 | |
10 [DefaultUninstall] | |
11 DelReg=ThisDLL.Add.Reg | |
12 | |
13 [ThisDll.Add.Reg] | |
14 HKCR,CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99} | |
15 HKCR,CLSID\{51EEE242-AD87-11d3-9C1E-0090278BBD99}\InProcServer32 | |
16 HKCR,*\shellex\ContextMenuHandlers\gvim | |
17 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved",{51EEE242-AD87-11d3-9C1E-0090278BBD99} | |
18 HKLM,Software\Vim\Gvim | |
19 HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 6.0" | |
20 | |
21 [Strings] | |
22 ThisDll="gvimext.dll" |