comparison runtime/doc/gui.txt @ 667:9090f866cd57 v7.0197

updated for version 7.0197
author vimboss
date Tue, 14 Feb 2006 22:29:30 +0000
parents 49669e1a7c5c
children 93a1bf1cb633
comparison
equal deleted inserted replaced
666:0137e7c3d31b 667:9090f866cd57
1 *gui.txt* For Vim version 7.0aa. Last change: 2005 Aug 07 1 *gui.txt* For Vim version 7.0aa. Last change: 2006 Feb 14
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
35 The X11 version of Vim can run both in GUI and in non-GUI mode. See 35 The X11 version of Vim can run both in GUI and in non-GUI mode. See
36 |gui-x11-start|. 36 |gui-x11-start|.
37 37
38 *gui-init* *gvimrc* *.gvimrc* *_gvimrc* 38 *gui-init* *gvimrc* *.gvimrc* *_gvimrc*
39 When the GUI starts up initializations are carried out, in this order: 39 When the GUI starts up initializations are carried out, in this order:
40 - The termcap options are reset to their default value for the GUI. 40 - The 'term' option is set to "builgin_gui" and terminal options are reset to
41 their default value for the GUI |terminal-options|.
41 - If the system menu file exists, it is sourced. The name of this file is 42 - If the system menu file exists, it is sourced. The name of this file is
42 normally "$VIMRUNTIME/menu.vim". You can check this with ":version". Also 43 normally "$VIMRUNTIME/menu.vim". You can check this with ":version". Also
43 see |$VIMRUNTIME|. To skip loading the system menu include 'M' in 44 see |$VIMRUNTIME|. To skip loading the system menu include 'M' in
44 'guioptions'. *buffers-menu* *no_buffers_menu* 45 'guioptions'. *buffers-menu* *no_buffers_menu*
45 The system menu file includes a "Buffers" menu. If you don't want this, set 46 The system menu file includes a "Buffers" menu. If you don't want this, set