summaryrefslogtreecommitdiff
path: root/runtime/doc/version7.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-17 23:19:38 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-17 23:19:38 +0000
commitca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb (patch)
tree97f7150d48975a7bd973de8c098a530c8a265664 /runtime/doc/version7.txt
parent68f1a4864760dd13df508ebe6ceadd1d5bb5462c (diff)
downloadvim-git-ca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb.tar.gz
updated for version 7.0227
Diffstat (limited to 'runtime/doc/version7.txt')
-rw-r--r--runtime/doc/version7.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 9a36fc658..8a7f01871 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 16
+*version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 17
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -285,7 +285,8 @@ was about ten minutes earlier.
The |:undolist| command can be used to get an idea of which undo branches
exist. The |:undo| command now takes an argument to directly jump to a
-specific position in this list.
+specific position in this list. The |changenr()| function can be used to
+obtain the change number.
There is no graphical display of the tree with changes, navigation can be
quite confusing.
@@ -307,6 +308,8 @@ compile time.
For pattern matching it is now possible to search for individual composing
characters. |patterns-composing|
+The |8g8| command searches for an illegal UTF-8 byte sequence.
+
More highlighting *new-more-highlighting*
-----------------
@@ -2006,4 +2009,8 @@ E.g., when using ":match" to highlight a paren that the cursor landed on.
Added SOME_VALID: Redraw the whole window but also try to scroll to minimize
redrawing.
+Win32: When using Korean IME making it active didn't work properly. (Moon,
+Yu-sung, 2005 March 21)
+
+
vim:tw=78:ts=8:ft=help:norl: