comparison runtime/doc/usr_31.txt @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents 9f345c48220b
children 6675076019ae
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
1 *usr_31.txt* For Vim version 7.0c. Last change: 2006 Mar 24 1 *usr_31.txt* For Vim version 7.0c. Last change: 2006 Apr 02
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Exploiting the GUI 5 Exploiting the GUI
6 6
247 247
248 You don't want to do this in a terminal, since it's size is fixed (except for 248 You don't want to do this in a terminal, since it's size is fixed (except for
249 an xterm that supports resizing). 249 an xterm that supports resizing).
250 The gvimrc file is searched for in the same locations as the vimrc file. 250 The gvimrc file is searched for in the same locations as the vimrc file.
251 Normally it's name is "~/.gvimrc" for Unix and "$VIM/_gvimrc" for MS-Windows. 251 Normally it's name is "~/.gvimrc" for Unix and "$VIM/_gvimrc" for MS-Windows.
252 The $MYGVIMRC environment variable is set to it, thus you can use this command
253 to edit the file, if you have one: >
254
255 :edit $MYGVIMRC
256 <
252 If for some reason you don't want to use the normal gvimrc file, you can 257 If for some reason you don't want to use the normal gvimrc file, you can
253 specify another one with the "-U" argument: > 258 specify another one with the "-U" argument: >
254 259
255 gvim -U thisrc ... 260 gvim -U thisrc ...
256 261