]> granicus.if.org Git - vim/commitdiff
patch 7.4.1204 v7.4.1204
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2016 12:53:36 +0000 (13:53 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2016 12:53:36 +0000 (13:53 +0100)
Problem:    Latin1 characters cause encoding conversion.
Solution:   Remove the characters.

src/gui_motif.c
src/version.c

index c011981a17ec1d1c72c5e8b556bd804ef46ead76..2f64f4d2caa3d353a6224431d774359b1976b14a 100644 (file)
@@ -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)
index 755301596cef6144b88cdd81e6c3e8e689b3e910..1d533d450c3f399df8795ca0f224154d333e4ff6 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1204,
 /**/
     1203,
 /**/