Mercurial > vim
annotate src/GvimExt/GvimExt.reg @ 3036:df33dba4e553 v7.3.290
updated for version 7.3.290
Problem: When a BufWriteCmd autocommand resets 'modified' this doesn't
change older buffer states to be marked as 'modified' like
":write" does. (Yukihiro Nakadaira)
Solution: When the BufWriteCmd resets 'modified' then adjust the undo
information like ":write" does.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 02 Sep 2011 11:56:20 +0200 |
parents | 073ff46fe397 |
children | 6ec6b7ff2d43 |
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 | |
2572
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
18 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.3] |
ee53a39d5896
Last changes for the 7.3 release!
Bram Moolenaar <bram@vim.org>
parents:
2561
diff
changeset
|
19 "DisplayName"="Vim 7.3: Edit with Vim popup menu entry" |
10 | 20 "UninstallString"="uninstal.exe" |