changeset 149:c456a192a00d

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:21:46 +0000
parents 72aefd4c1e0d
children e85cff741dec
files runtime/doc/version7.txt
diffstat 1 files changed, 12 insertions(+), 3 deletions(-) [+]
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: 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 enco
 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 na
 ":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 patter
 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: