From: Bram Moolenaar Date: Tue, 16 Jun 2009 12:31:33 +0000 (+0000) Subject: updated for version 7.2-199 X-Git-Tag: v7.2.199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfa2824d7ed3ef2a9987a666e9f93abd7d1e341d;p=vim updated for version 7.2-199 --- diff --git a/src/term.c b/src/term.c index 68b3b65a7..48e557ffd 100644 --- a/src/term.c +++ b/src/term.c @@ -5555,7 +5555,7 @@ check_for_codes_from_term() * respects the current B/k/< settings of 'cpoption'. * * This function is called when expanding mappings/abbreviations on the - * command-line, and for building the "Ambiguous mapping..." error messæge. + * command-line, and for building the "Ambiguous mapping..." error message. * * It uses a growarray to build the translation string since the * latter can be wider than the original description. The caller has to diff --git a/src/version.c b/src/version.c index ae605d3a4..43f8f0f61 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 */ +/**/ + 199, /**/ 198, /**/