summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorDavid Wagner <dwagner@rydia.us>2024-06-05 20:01:19 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-05 20:01:19 +0200
commit84d9611b673230a0e1e8fd57423976d30ef36308 (patch)
treefcab69733f8992774a704d02f01bac67d62db723 /src/version.c
parent9c60890518ed4e82afd6980bf0ecf5bbcc356ce6 (diff)
patch 9.1.0468: GvimExt does not consult HKEY_CURRENT_USERv9.1.0468
Problem: GvimExt does not consult HKEY_CURRENT_USER Solution: Make GvimExt first consult HKEY_CURRENT_USER and then fall back to HKEY_LOCAL_MACHINE to find gvim (David Wagner) fixes: #14904 closes: #14917 Signed-off-by: David Wagner <dwagner@rydia.us> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 92498e1dae..92106bc3a4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 468,
+/**/
467,
/**/
466,