summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2005-03-08 22:46:26 +0000
committervimboss <devnull@localhost>2005-03-08 22:46:26 +0000
commitaa8bc7b2c1f0555cd06b2d33183ab5aebff0700c (patch)
treebf0764aa4ee1d1528c1f685ba252a1deb2b9585a
parent619dbac3613ef8239f45706379ed092c763aa9e8 (diff)
downloadvim-aa8bc7b2c1f0555cd06b2d33183ab5aebff0700c.tar.gz
updated for version 7.0058v7.0058v7-0058
-rw-r--r--runtime/doc/todo.txt4
-rw-r--r--runtime/doc/version7.txt8
2 files changed, 10 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 63011075..f6f0dd49 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.0aa. Last change: 2005 Mar 07
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Mar 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -39,6 +39,8 @@ Mac unicode patch (Da Woon Jung):
- selecting proportional font breaks display
- UTF-8 text causes display problems. Font replacement causes this.
+Changes to mode bits in mch_open() also in Vim 6.3? (Bjoern Voigt)
+
Patch for taglist() Yegappan Lakshmanan Feb 27
- docs: use of ^ and $ in pattern, refer to |tag-regexp|
explain what the fields mean.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index d6921468..5d056834 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Mar 07
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Mar 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -939,4 +939,10 @@ unicodepdy[] as for UTF-8. (Taro Muraoka)
The method used to locate user commands for completion differed from when they
are executed. Abiguous command names were not completed properly.
+Incremental search may cause a crash when there is a custom statusline that
+indirectly invokes ":normal".
+
+Diff mode failed when $DIFF_OPTIONS was set in the environment. Unset it
+before invoking "diff".
+
vim:tw=78:ts=8:ft=help:norl: