comparison runtime/doc/hangulin.txt @ 11062:1218c5353e2b

Runtime file updates. commit https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 5 17:04:09 2017 +0100 Runtime file updates.
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 17:15:05 +0100
parents 9f48eab77d62
children bd6ff5246c71
comparison
equal deleted inserted replaced
11061:0f11b92d7f5e 11062:1218c5353e2b
79 79
80 And there should be no ':set guifont'. If it exists, then Gvim ignores 80 And there should be no ':set guifont'. If it exists, then Gvim ignores
81 ':set guifontset'. It means VIM runs without fontset supporting. 81 ':set guifontset'. It means VIM runs without fontset supporting.
82 So, you can see only English. Hangul does not be correctly displayed. 82 So, you can see only English. Hangul does not be correctly displayed.
83 83
84 After 'fontset' feature is enabled, VIM does not allow using english 84 After "fontset" feature is enabled, VIM does not allow using english
85 font only in 'font' setting for syntax. 85 font only in "font" setting for syntax.
86 For example, if you use > 86 For example, if you use >
87 :set guifontset=eng_font,your_font 87 :set guifontset=eng_font,your_font
88 in your .gvimrc, then you should do for syntax > 88 in your .gvimrc, then you should do for syntax >
89 :hi Comment guifg=Cyan font=another_eng_font,another_your_font 89 :hi Comment guifg=Cyan font=another_eng_font,another_your_font
90 If you just do > 90 If you just do >