diff runtime/doc/version7.txt @ 734:5220ea46cb9a

updated for version 7.0221
author vimboss
date Sat, 11 Mar 2006 21:35:11 +0000
parents 0a9371c70540
children 8fa930354536
line wrap: on
line diff
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt*  For Vim version 7.0aa.  Last change: 2006 Mar 10
+*version7.txt*  For Vim version 7.0aa.  Last change: 2006 Mar 11
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -1896,4 +1896,9 @@ would be given for using a '|'.  Also wi
 Motif: When using a fontset and 'encoding' is "utf-8" and sizeof(wchar_t) !=
 sizeof(XChar2b) then display was wrong. (Yukihiro Nakadaira)
 
+":all" always set the current window to the first window, even when it
+contains a buffer that is not in the argument list (can't be closed because it
+is modified).  Now go to the window that has the first item of the argument
+list.
+
  vim:tw=78:ts=8:ft=help:norl: