# HG changeset patch # User Christian Brabandt # Date 1454158804 -3600 # Node ID 3a96dfb42c556b14335b23fa14b296a6e6b88178 # Parent 093b590849c83621d3c400eacbd4e1719db5d7cb commit https://github.com/vim/vim/commit/305598b71261265994e2846b4ff4a4d8efade280 Author: Bram Moolenaar Date: Sat Jan 30 13:53:36 2016 +0100 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1204, +/**/ 1203, /**/ 1202,