comparison runtime/doc/gui.txt @ 678:93a1bf1cb633

updated for version 7.0203
author vimboss
date Tue, 21 Feb 2006 22:02:53 +0000
parents 9090f866cd57
children 07d199fe02ed
comparison
equal deleted inserted replaced
677:e649c78407e6 678:93a1bf1cb633
1 *gui.txt* For Vim version 7.0aa. Last change: 2006 Feb 14 1 *gui.txt* For Vim version 7.0aa. Last change: 2006 Feb 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
953 elseif has("gui_win32") 953 elseif has("gui_win32")
954 :set guifont=Luxi_Mono:h12:cANSI 954 :set guifont=Luxi_Mono:h12:cANSI
955 endif 955 endif
956 endif 956 endif
957 957
958 A recommended Japanese font is MS Mincho. You can find info here:
959 http://www.lexikan.com/mincho.htm
960
958 ============================================================================== 961 ==============================================================================
959 7. Shell Commands *gui-shell* 962 7. Shell Commands *gui-shell*
960 963
961 For the X11 GUI the external commands are executed inside the gvim window. 964 For the X11 GUI the external commands are executed inside the gvim window.
962 See |gui-pty|. 965 See |gui-pty|.