diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-01-23 18:37:40 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-01-23 18:37:40 +0100 |
commit | 0f2721223e5b97ac250d729b2359471241a3ab7d (patch) | |
tree | 0355c81415f413a46efac2f65f6aecb3a68aa2cf /runtime/doc/options.txt | |
parent | 459339662566bcf5ae9892c7dabb9518e7f70f83 (diff) | |
download | vim-git-0f2721223e5b97ac250d729b2359471241a3ab7d.tar.gz |
updated for version 7.3.782v7.3.782
Problem: Windows: IME composition may use a wrong font.
Solution: Use 'guifontwide' for IME when it is set. (Taro Muraoka)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index a43923498..c3cc0871c 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3560,6 +3560,10 @@ A jump table for the options with a short description can be found at |Q_op|. to set 'guifontwide' at all unless you want to override the choice made by Pango/Xft. + Windows +multibyte only: *guifontwide_win_mbyte* + + If set and vaild, 'guifontwide' is used for IME instead of 'guifont'. + *'guiheadroom'* *'ghr'* 'guiheadroom' 'ghr' number (default 50) global |