# HG changeset patch # User vimboss # Date 1107199306 0 # Node ID c456a192a00d30a7980e6680d4fc0c741968a0f9 # Parent 72aefd4c1e0d05958b42b19f339281b08a0ba8d2 updated for version 7.0046 diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt --- 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: