comparison runtime/doc/gui.txt @ 42:c75153d791d0

updated for version 7.0026
author vimboss
date Wed, 29 Dec 2004 20:58:21 +0000
parents 4424b47a0797
children 98435a8ddb09
comparison
equal deleted inserted replaced
41:f529edb9bab3 42:c75153d791d0
1 *gui.txt* For Vim version 7.0aa. Last change: 2004 Jun 15 1 *gui.txt* For Vim version 7.0aa. Last change: 2004 Dec 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
50 The path names are truncated to 35 characters. You can truncate them at a 50 The path names are truncated to 35 characters. You can truncate them at a
51 different length, for example 50, like this: > 51 different length, for example 50, like this: >
52 :let bmenu_max_pathlen = 50 52 :let bmenu_max_pathlen = 50
53 - If the "-U {gvimrc}" command-line option has been used when starting Vim, 53 - If the "-U {gvimrc}" command-line option has been used when starting Vim,
54 the {gvimrc} file will be read for initializations. The following 54 the {gvimrc} file will be read for initializations. The following
55 initializations are skipped. 55 initializations are skipped. When {gvimrc} is "NONE" no file will be read
56 for initializations.
56 - For Unix and MS-Windows, if the system gvimrc exists, it is sourced. The 57 - For Unix and MS-Windows, if the system gvimrc exists, it is sourced. The
57 name of this file is normally "$VIM/gvimrc". You can check this with 58 name of this file is normally "$VIM/gvimrc". You can check this with
58 ":version". Also see |$VIM|. 59 ":version". Also see |$VIM|.
59 - The following are tried, and only the first one that exists is used: 60 - The following are tried, and only the first one that exists is used:
60 - If the GVIMINIT environment variable exists and is not empty, it is 61 - If the GVIMINIT environment variable exists and is not empty, it is