1
0
forked from aniani/vim

patch 7.4.1204

Problem:    Latin1 characters cause encoding conversion.
Solution:   Remove the characters.
This commit is contained in:
Bram Moolenaar
2016-01-30 13:53:36 +01:00
parent 4349c57543
commit 305598b712
2 changed files with 3 additions and 1 deletions

View File

@@ -4074,7 +4074,7 @@ gui_mch_replace_dialog(eap)
* Synchronize all gui elements, which are dependant upon the * Synchronize all gui elements, which are dependant upon the
* main text font used. Those are in esp. the find/replace dialogs. * 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 * If you don't understand why this should be needed, please try to
* search for "pi<EFBFBD><EFBFBD><EFBFBD>" in iso8859-2. * search for "pi\xea\xb6\xe6" in iso8859-2.
*/ */
void void
gui_motif_synch_fonts(void) gui_motif_synch_fonts(void)

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1204,
/**/ /**/
1203, 1203,
/**/ /**/