updated for version 7.0228
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 8a7f018..a7d39a0 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 17
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -562,6 +562,7 @@
'synmaxcol' maximum column to look for syntax items; avoids very
slow redrawing when there are very long lines
'verbosefile' Log messages in a file.
+'winfixwidth' window with fixed width, similar to 'winfixheight'
Ex commands: ~
@@ -714,6 +715,7 @@
|split()| split a String into a List
|spellbadword()| get a badly spelled word
|spellsuggest()| get suggestions for correct spelling
+|str2nr()| convert a string to a number, base 8, 10 or 16
|string()| string representation of a List or Dictionary
|system()| filters {input} through a shell command
|taglist()| get list of matching tags (Yegappan Lakshmanan)
@@ -899,6 +901,8 @@
CTRL-L can be used to add a character from the current match. CTRL-R CTRL-W
will add a word, but exclude the part of the word that was already typed.
+Ruby interface: add line number methods. (Ryan Paul)
+
==============================================================================
IMPROVEMENTS *improvements-7*
@@ -972,9 +976,11 @@
actually compressed. (Andrew Pimlott)
When C, C++ or IDL syntax is used, may additionally load doxygen syntax.
-Also support setting the filetype to "cdoxygen" for C plus doxygen syntax.
(Michael Geddes)
+Support setting 'filetype' and 'syntax' to "aaa.bbb" for "aaa" plus "bbb"
+filetype or syntax.
+
The ":registers" command now displays multi-byte characters properly.
VMS: In the usage message mention that a slash can be used to make a flag
@@ -1223,6 +1229,9 @@
When there are several matching tags, the ":tag <name>" and CTRL-] commands
jump to the [count] matching tag. (Yegappan Lakshmanan)
+Win32: In the batch files generated by the install program, use $VIMRUNTIME or
+$VIM if it's set. Example provided by Mathias Michaelis.
+Also create a vimtutor.bat batch file.
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*
@@ -2012,5 +2021,7 @@
Win32: When using Korean IME making it active didn't work properly. (Moon,
Yu-sung, 2005 March 21)
+Ruby interface: when inserting/deleting lines display wasn't updated. (Ryan
+Paul)
vim:tw=78:ts=8:ft=help:norl: