diff --git a/src/ex_docmd.c b/src/ex_docmd.c index b5d76c1e6d..60bbb5f81d 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -5916,7 +5916,7 @@ do_ucmd(eap) char_u *q; char_u *start; - char_u *end; + char_u *end = NULL; char_u *ksp; size_t len, totlen; diff --git a/src/version.c b/src/version.c index f5f53a5de7..7b13cecfc4 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 110, /**/ 109, /**/