diff runtime/doc/version7.txt @ 651:bc95c6c4bac1 v7.0191

updated for version 7.0191
author vimboss
date Wed, 01 Feb 2006 21:56:25 +0000
parents 9032e4668296
children 441f938ea9e9
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: 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 @@ Win32: The ":winpos" command now also wo
 |: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 @@ New autocommand events: ~
 |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 @@ characters in v:this_session.
 
 ":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: