From: Bram Moolenaar Date: Sat, 30 Jan 2016 12:53:36 +0000 (+0100) Subject: patch 7.4.1204 X-Git-Tag: v7.4.1204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=305598b71261265994e2846b4ff4a4d8efade280;p=thirdparty%2Fvim.git patch 7.4.1204 Problem: Latin1 characters cause encoding conversion. Solution: Remove the characters. --- diff --git a/src/gui_motif.c b/src/gui_motif.c index c011981a17..2f64f4d2ca 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -4074,7 +4074,7 @@ gui_mch_replace_dialog(eap) * Synchronize all gui elements, which are dependant upon the * main text font used. Those are in esp. the find/replace dialogs. * If you don't understand why this should be needed, please try to - * search for "piê¶æ" in iso8859-2. + * search for "pi\xea\xb6\xe6" in iso8859-2. */ void gui_motif_synch_fonts(void) diff --git a/src/version.c b/src/version.c index 755301596c..1d533d450c 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1204, /**/ 1203, /**/