From: Bram Moolenaar Date: Sat, 21 Feb 2009 19:37:46 +0000 (+0000) Subject: updated for version 7.2-110 X-Git-Tag: v7.2.110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25648a5e54caff211dfed2b4a70ad547dc1e3c46;p=vim updated for version 7.2-110 --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index b5d76c1e6..60bbb5f81 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 f5f53a5de..7b13cecfc 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, /**/