# HG changeset patch # User vimboss # Date 1245155493 0 # Node ID 5d1ca05fa8ffd87bf59d26121e6cff5f91e9afd4 # Parent 1a8b518bb993e00f546c4cef8bae9b51f91fe0d7 updated for version 7.2-199 diff --git a/src/term.c b/src/term.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 199, +/**/ 198, /**/ 197,