From 32466aa2e9c45ab355dbaf99a9eedf334bc2e29f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 24 Feb 2006 23:53:04 +0000 Subject: updated for version 7.0206 --- runtime/doc/version7.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'runtime/doc/version7.txt') diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 6da26a0f9..465c02c44 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 Feb 23 +*version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 24 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1038,6 +1038,10 @@ made empty to avoid an endless redraw loop. Also for other options, such at 'tabline'. ":verbose set statusline" will mention that it was set in an error handler. +When there are several matching tags, the ":tag " and CTRL-] commands +jump to the [count] matching tag. (Yegappan Lakshmanan) + + ============================================================================== COMPILE TIME CHANGES *compile-changes-7* @@ -1740,4 +1744,9 @@ For a color terminal: When the Normal HL uses bold, possibly to make the color lighter, and another HL group specifies a color it might become light as well. Now reset bold if a HL group doesn't specify bold itself. +When using 256 color xterm the color 255 would show up as color 0. Use a +short instead of a char to store the color number. + +ml_get errors when searching for "\n\zs" in an empty file. + vim:tw=78:ts=8:ft=help:norl: -- cgit v1.2.1