summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-31 19:21:46 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-31 19:21:46 +0000
commitd438e91c9335d292259b941f8a2d6f6c6108abd4 (patch)
treeadfafb1ba6065e557967c017c7947162a15a05ba /runtime
parent2ce06f6eb9a10bbbf1b3a0abf9f8c1bb71311e54 (diff)
updated for version 7.0046
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/version7.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index f27bcde1cd..950f52a09c 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 26
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Jan 31
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -91,6 +91,9 @@ encodings the default is to use the encoding specified by the environment, if
possible. Previously latin1 would always be used, which is wrong in a
non-latin1 environment, such as Russian.
+Previously Vim would exit when there are two windows, both of them displaying
+a help file, and using ":quit". Now only the window is closed.
+
==============================================================================
NEW FEATURES *new-7*
@@ -427,8 +430,8 @@ invalid characters after the register name.
":let w:" lists window-local variables.
":let v:" lists Vim variables.
-The stridx() funcion takes a third argument, where to start searching.
-(Yegappan Lakshmanan)
+The stridx() and strridx() functions take a third argument, where to start
+searching. (Yegappan Lakshmanan)
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*
@@ -713,4 +716,10 @@ When searching backwards, using a pattern that matches a newline and uses \zs
after that, didn't find a match. Could also get a hang or end up in the right
column in the wrong line.
+When $LANG is "sl" for slovenian, the slovak menu was used, since "slovak"
+starts with "sl".
+
+When 'paste' is set in the GUI the Paste toolbar button doesn't work. Clear
+'paste' when starting the GUI.
+
vim:tw=78:ts=8:ft=help:norl: