diff runtime/doc/windows.txt @ 1702:5232b9862f23 v7.2 v7.2.000

updated for version 7.2-000
author vimboss
date Sat, 09 Aug 2008 17:55:22 +0000
parents f4f8014d516e
children de5a43c5eedc
line wrap: on
line diff
--- a/runtime/doc/windows.txt
+++ b/runtime/doc/windows.txt
@@ -1,4 +1,4 @@
-*windows.txt*   For Vim version 7.2c.  Last change: 2008 Jul 05
+*windows.txt*   For Vim version 7.2.  Last change: 2008 Aug 09
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -627,7 +627,7 @@ can also get to them with the buffer lis
 		not split.  Also see |++opt| and |+cmd|.
 
 						*:dr* *:drop*
-:dr[op] {file} ..
+:dr[op] [++opt] [+cmd] {file} ..
 		Edit the first {file} in a window.
 		- If the file is already open in a window change to that
 		  window.
@@ -639,6 +639,7 @@ can also get to them with the buffer lis
 		program that wants Vim to edit another file, e.g., a debugger.
 		When using the |:tab| modifier each argument is opened in a
 		tab page.  The last window is used if it's empty.
+		Also see |++opt| and |+cmd|.
 		{only available when compiled with the +gui feature}
 
 ==============================================================================