Mercurial > vim
annotate src/GvimExt/GvimExt.reg @ 31972:4e59c4260d84 v9.0.1318
patch 9.0.1318: code style test fails
Commit: https://github.com/vim/vim/commit/f2017f255ddceaad88a951adc6a2c190d3a18ebf
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Feb 17 21:29:57 2023 +0000
patch 9.0.1318: code style test fails
Problem: Code style test fails.
Solution: Remove trailing white space.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 17 Feb 2023 22:45:03 +0100 |
parents | f8116058ca76 |
children | 4635e43f2c6f |
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 | |
29314 | 18 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 9.0] |
19 "DisplayName"="Vim 9.0: 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" |