diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-12 14:24:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-12 14:24:39 +0200 |
commit | bb76f24af2010943387ce696a7092175b4ecccf2 (patch) | |
tree | db3bf4e8389e19ed8fe6d6634d58462e898e69d6 /src/GvimExt/GvimExt.reg | |
parent | edeb846c1f04a49466992077eaea3396838bf4fd (diff) | |
download | vim-git-bb76f24af2010943387ce696a7092175b4ecccf2.tar.gz |
Vim 8.0 releasev8.0.0000
Diffstat (limited to 'src/GvimExt/GvimExt.reg')
-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 4c67b0928..860424484 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 7.4] - "DisplayName"="Vim 7.4: Edit with Vim popup menu entry" +[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.0] + "DisplayName"="Vim 8.0: Edit with Vim popup menu entry" "UninstallString"="uninstal.exe" |