summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
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 f27bcde1c..950f52a09 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: