summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-02-02 23:09:45 +0000
committerBram Moolenaar <Bram@vim.org>2005-02-02 23:09:45 +0000
commitf583668da17052a7b9ff4cc4fc248f295313d86f (patch)
tree1477cc04f7305a442a4559140afcf595e7010dde /runtime/doc
parent6ac5429d3b0860919333e38f1eb5b5617bf17314 (diff)
updated for version 7.0047
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/todo.txt13
-rw-r--r--runtime/doc/version7.txt4
2 files changed, 6 insertions, 11 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 8e9aca24dd..fa44ff38c0 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 Jan 31
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Feb 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,17 +30,10 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-List data type performance:
-- Cache the length of a List?
-- Cache the last used index?
-- Use blocks of items, so that finding an item by index is faster?
-
-Can ":grep" made faster somehow? Do profiling.
-":vimgrep pat %" doesn't work.
-
Sanity check of eval.c:
-- Go through the code for magic braces.
- Check use of v_type for VAR_FUNC, VAR_LIST ad VAR_DICT.
+- Go through the code for magic braces.
+- Check list watchers.
Mention rsync command on runtime.php page:
rsync -avzcP --delete --exclude="dos" --delete-excluded ftp.nluug.nl::Vim/runtime/ vim63-runtime
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index 950f52a09c..cf8d842eef 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 Jan 31
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Feb 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -722,4 +722,6 @@ starts with "sl".
When 'paste' is set in the GUI the Paste toolbar button doesn't work. Clear
'paste' when starting the GUI.
+A message about a wrong viminfo line included the trailing NL.
+
vim:tw=78:ts=8:ft=help:norl: