comparison runtime/doc/gui_w32.txt @ 3082:3502a7f991fc

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Sep 2011 17:55:08 +0200
parents 85c5a72551e2
children 536aa8b0c934
comparison
equal deleted inserted replaced
3081:1e50bdaa24f8 3082:3502a7f991fc
1 *gui_w32.txt* For Vim version 7.3. Last change: 2010 Dec 19 1 *gui_w32.txt* For Vim version 7.3. Last change: 2011 Jul 23
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
135 "Edit with multiple gvims" -- one gvim for each file in the selection 135 "Edit with multiple gvims" -- one gvim for each file in the selection
136 "Edit with single gvim" -- one gvim for all the files in the selection 136 "Edit with single gvim" -- one gvim for all the files in the selection
137 And if there already is a gvim running: 137 And if there already is a gvim running:
138 "Edit with existing gvim" -- edit the file with the running gvim 138 "Edit with existing gvim" -- edit the file with the running gvim
139 139
140 The "edit with existing Vim" entries can be disabled by adding an entry in the
141 registry under HKLM\Software\Vim\Gvim, named DisableEditWithExisting, and with
142 any value.
140 *install-registry* 143 *install-registry*
141 You can add the "Edit with Vim" menu entry in an easy way by using the 144 You can add the "Edit with Vim" menu entry in an easy way by using the
142 "install.exe" program. It will add several registry entries for you. 145 "install.exe" program. It will add several registry entries for you.
143 146
144 You can also do this by hand. This is complicated! Use the install.exe if 147 You can also do this by hand. This is complicated! Use the install.exe if