updated for version 7.0191
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index a5db46d..053e7d1 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 Jan 28
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -449,6 +449,8 @@
|:caddexpr| Add error messages from a Vim expression to an
existing quickfix list. (Yegappan Lakshmanan).
+|:ltag| Jump to a tag and add matching tags to a location list.
+
Ex command modifiers: ~
@@ -547,6 +549,8 @@
|QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh)
|SessionLoadPost| after loading a session file. (Yegappan Lakshmanan)
+|SpellFileMissing| when a spell file can't be found
+
New items in search patterns: ~
|/\%d| \%d123 search for character with decimal number
@@ -1629,4 +1633,7 @@
":set sta ts=8 sw=4 sts=2" deleted 4 spaces halfway a line instead of 2.
+In a multi-byte file the foldmarker could be recognized in the trail byte.
+(Taro Muraoka)
+
vim:tw=78:ts=8:ft=help:norl: