summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-11 21:35:11 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-11 21:35:11 +0000
commiteb94e559e09bad3e83633626e6060df7eee06afe (patch)
tree229dc44afc94a5d6b96a4770330fe0c5d25e4b26 /runtime/doc/version7.txt
parent038221bcd053bbc64968af5377b4c3cefc29cb07 (diff)
downloadvim-git-eb94e559e09bad3e83633626e6060df7eee06afe.tar.gz
updated for version 7.0221
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 6b835d4a8..5c6528538 100644
--- 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 with ":loadkeymap".
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: