diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-12 14:18:35 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-12 14:18:35 +0100 |
commit | 98056533b96b6b5d8849641de93185dd7bcadc44 (patch) | |
tree | 8525c5d15798da50846bad3b6e9aa95c3855e3b3 /src/GvimExt | |
parent | 469bdbde1e8ea8110705327ab193acca79296742 (diff) | |
download | vim-git-98056533b96b6b5d8849641de93185dd7bcadc44.tar.gz |
Diffstat (limited to 'src/GvimExt')
-rw-r--r-- | src/GvimExt/GvimExt.reg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg index 17d085a41..129ce6e52 100644 --- a/src/GvimExt/GvimExt.reg +++ b/src/GvimExt/GvimExt.reg @@ -15,6 +15,6 @@ REGEDIT4 [HKEY_LOCAL_MACHINE\Software\Vim\Gvim] "path"="gvim.exe" -[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.1] - "DisplayName"="Vim 8.1: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.2] + "DisplayName"="Vim 8.2: Edit with Vim popup menu entry" "UninstallString"="uninstall.exe" |