summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-08 22:46:26 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-08 22:46:26 +0000
commit9062a9dfbf8aea641ee03e3a1742b9de675c8f02 (patch)
treebf0764aa4ee1d1528c1f685ba252a1deb2b9585a /runtime/doc/todo.txt
parent2f6b0b8fce2cb537d6ccd9d2fae9fef8ea844e84 (diff)
updated for version 7.0058v7.0058
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 6301107524..f6f0dd49f1 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.