summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-12 20:35:58 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-12 20:35:58 +0200
commit22971aaa4530d6e8cb2c9c0c19b4f291d8442d61 (patch)
tree807b31b65f220fe35fc95b05fa9cbb872d99335d /runtime
parent6395af8018c523da2339ecf60a457ba70494a9c4 (diff)
downloadvim-git-22971aaa4530d6e8cb2c9c0c19b4f291d8442d61.tar.gz
updated for version 7.3.1178v7.3.1178
Problem: Can't put all Vim config files together in one directory. Solution: Load ~/.vim/vimrc if ~/.vimrc does not exist. (Lech Lorens)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/gui.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index b2e6a0c4c..6b46c9f02 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -93,10 +93,16 @@ and initialize other things that you may want to set up differently from the
terminal version.
Recommended place for your personal GUI initializations:
- Unix $HOME/.gvimrc
- OS/2 $HOME/.gvimrc or $VIM/.gvimrc
- MS-DOS and Win32 $HOME/_gvimrc or $VIM/_gvimrc
- Amiga s:.gvimrc or $VIM/.gvimrc
+ Unix $HOME/.gvimrc or $HOME/.vim/gvimrc
+ OS/2 $HOME/.gvimrc, $HOME/vimfiles/gvimrc
+ or $VIM/.gvimrc
+ MS-DOS and Win32 $HOME/_gvimrc, $HOME/vimfiles/gvimrc
+ or $VIM/_gvimrc
+ Amiga s:.gvimrc, home:.gvimrc, home:vimfiles:gvimrc
+ or $VIM/.gvimrc
+
+The personal initialization files are searched in the order specified above
+and only the first one that is found is read.
There are a number of options which only have meaning in the GUI version of
Vim. These are 'guicursor', 'guifont', 'guipty' and 'guioptions'. They are