comparison runtime/doc/hangulin.txt @ 7272:17333ebd2bbd

commit https://github.com/vim/vim/commit/d042dc825c9b97dacd84d4728f88300da4d5b6b9 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 24 19:18:36 2015 +0100 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Thu, 26 Nov 2015 08:22:10 +0100
parents 2c00f6b312bf
children 9f48eab77d62
comparison
equal deleted inserted replaced
7271:c59b94b435d1 7272:17333ebd2bbd
1 *hangulin.txt* For Vim version 7.4. Last change: 2015 Nov 10 1 *hangulin.txt* For Vim version 7.4. Last change: 2015 Nov 24
2 2
3 3
4 VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam 4 VIM REFERENCE MANUAL by Chi-Deok Hwang and Sung-Hyun Nam
5 5
6 6
32 If you set LC_ALL variable, it should be set to Korean locale also. 32 If you set LC_ALL variable, it should be set to Korean locale also.
33 33
34 VIM resource 34 VIM resource
35 ------------ 35 ------------
36 You may want to set 'encoding' and 'fileencodings'. 36 You may want to set 'encoding' and 'fileencodings'.
37 Next are examples: 37 Next are examples: >
38 38
39 :set encoding=euc-kr 39 :set encoding=euc-kr
40 :set encoding=utf-8 40 :set encoding=utf-8
41 :set fileencodings=ucs-bom,utf-8,cp949,euc-kr,latin1 41 :set fileencodings=ucs-bom,utf-8,cp949,euc-kr,latin1
42 42
52 If both are set, VIM_KEYBOARD has higher priority. 52 If both are set, VIM_KEYBOARD has higher priority.
53 53
54 Hangul Fonts 54 Hangul Fonts
55 ------------ 55 ------------
56 If you use GTK version of GVIM, you should set 'guifont' and 'guifontwide'. 56 If you use GTK version of GVIM, you should set 'guifont' and 'guifontwide'.
57 For example: 57 For example: >
58 set guifont=Courier\ 12 58 set guifont=Courier\ 12
59 set guifontwide=NanumGothicCoding\ 12 59 set guifontwide=NanumGothicCoding\ 12
60 60
61 If you use Motif or Athena version of GVIM, you should set 'guifontset' in 61 If you use Motif or Athena version of GVIM, you should set 'guifontset' in
62 your vimrc. You can set fontset in the .Xdefaults file. 62 your vimrc. You can set fontset in the .Xdefaults file.