patch 9.1.0370: MS-Windows: patch number is zero in installer
Problem: MS-Windows: patch number is zero in installer
(jonathan-b-wiebe)
Solution: Set VIM_VERSION_PATCHLEVEL, fix a few typos in the installer
(RestorerZ)
fixes: #14629
closes: #14635
Signed-off-by: RestorerZ <restorer@mail2k.ru>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
addf9ed620
commit
ec67ee09d2
@ -1663,7 +1663,7 @@ install_registry(void)
|
||||
uninstall_string,
|
||||
icon_string,
|
||||
version_string,
|
||||
"Bram Moolenaar et al.");
|
||||
"The Vim Project");
|
||||
if (ERROR_SUCCESS != lRet)
|
||||
return FAIL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user