comparison runtime/doc/gui.txt @ 12254:8d76a56861ec

Update runtime files commit https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 27 16:52:01 2017 +0200 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2017 17:00:05 +0200
parents 21f3930dfe6e
children 3f16cf18386c
comparison
equal deleted inserted replaced
12253:c081ba0b6e8d 12254:8d76a56861ec
1 *gui.txt* For Vim version 8.0. Last change: 2017 Jul 15 1 *gui.txt* For Vim version 8.0. Last change: 2017 Aug 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
65 - The following are tried, and only the first one that exists is used: 65 - The following are tried, and only the first one that exists is used:
66 - If the GVIMINIT environment variable exists and is not empty, it is 66 - If the GVIMINIT environment variable exists and is not empty, it is
67 executed as an Ex command. 67 executed as an Ex command.
68 - If the user gvimrc file exists, it is sourced. The name of this file is 68 - If the user gvimrc file exists, it is sourced. The name of this file is
69 normally "$HOME/.gvimrc". You can check this with ":version". 69 normally "$HOME/.gvimrc". You can check this with ":version".
70 - For Win32, when $HOME is not set, "$VIM\_gvimrc" is used. 70 - For Win32, $HOME is set by Vim if needed, see |$HOME-windows|.
71 - When a "_gvimrc" file is not found, ".gvimrc" is tried too. And vice 71 - When a "_gvimrc" file is not found, ".gvimrc" is tried too. And vice
72 versa. 72 versa.
73 The name of the first file found is stored in $MYGVIMRC, unless it was 73 The name of the first file found is stored in $MYGVIMRC, unless it was
74 already set. 74 already set.
75 - If the 'exrc' option is set (which is NOT the default) the file ./.gvimrc 75 - If the 'exrc' option is set (which is NOT the default) the file ./.gvimrc