summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-06-16 12:31:33 +0000
committervimboss <devnull@localhost>2009-06-16 12:31:33 +0000
commite43a1696d632bbe6cc187121add9c37b2c000e95 (patch)
treea002e5f9592af6c326a683da9cc61ce64f08da81
parent1db473e3202ec3309dfb2f9329ee22dd72dd52dd (diff)
downloadvim-e43a1696d632bbe6cc187121add9c37b2c000e95.tar.gz
updated for version 7.2-199v7.2.199v7-2-199
-rw-r--r--src/term.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c
index 68b3b65a..48e557ff 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 ae605d3a..43f8f0f6 100644
--- 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,