updated for version 7.0191

This commit is contained in:
Bram Moolenaar
2006-02-01 21:56:25 +00:00
parent afeb4fa8a7
commit 1ef15e30a0
14 changed files with 709 additions and 34 deletions
+8 -1
View File
@@ -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 works in the console. (Vipin Aravind)
|: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: