diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-30 13:53:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-30 13:53:36 +0100 |
commit | 305598b71261265994e2846b4ff4a4d8efade280 (patch) | |
tree | cc40a346aa3588321a920aaa9adda6cf452029b1 /src/gui_motif.c | |
parent | 4349c57543a98dc417b74da5a08c326337aa0bd3 (diff) | |
download | vim-git-305598b71261265994e2846b4ff4a4d8efade280.tar.gz |
patch 7.4.1204v7.4.1204
Problem: Latin1 characters cause encoding conversion.
Solution: Remove the characters.
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index c011981a1..2f64f4d2c 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) |