summaryrefslogtreecommitdiffstats
path: root/runtime/doc/gui.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-08 21:57:35 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-08 21:57:35 +0000
commit648120b7504f5a94d561723b168d0860d106cf81 (patch)
tree4f4cbe9be7e90e1bd95e3d98ddf0449bbab86856 /runtime/doc/gui.txt
parent572cb561acc47c8e67fd111ec0418ee74256bf35 (diff)
updated for version 7.0125
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r--runtime/doc/gui.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index 8969b4c196..ea87249a1e 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -1,4 +1,4 @@
-*gui.txt* For Vim version 7.0aa. Last change: 2005 Jul 21
+*gui.txt* For Vim version 7.0aa. Last change: 2005 Aug 07
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -79,7 +79,7 @@ All this happens AFTER the normal Vim initializations, like reading your
But the GUI window is only opened after all the initializations have been
carried out. If you want some commands to be executed just after opening the
GUI window, use the |GUIEnter| autocommand event. Example: >
- :autocommand GUIEnter * winpos 100 50
+ :autocmd GUIEnter * winpos 100 50
You can use the gvimrc files to set up your own customized menus (see |:menu|)
and initialize other things that you may want to set up differently from the