summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-08 22:31:03 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-08 22:31:03 +0000
commit51bab74a875cbd0834ecb6483217e2fa0abea319 (patch)
tree49799dc2f844bb1aed73aac27eddb1c493c98223 /runtime
parent8d7fc6c298e14f496080de045b363a3acd228037 (diff)
updated for version 7.0105v7.0105
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt8
-rw-r--r--runtime/doc/version7.txt8
2 files changed, 12 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index ac2a9d3b08..449fd9969c 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 Jul 07
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,8 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
-Test59 crashes occasionally (but not in the debugger....)
-
Add extra list of file locations. Can be used with:
:ltag list of matching tags, like :tselect
@@ -57,6 +55,10 @@ Win32: Balloon text can't contain line break.
Win32: Crash when pasting Simplified Chinese in utf-8. (rainux, 2005 June 20)
+Netrw plugin problems:
+- when 'autochdir' is set the current dir is wrong (Salman Halim)
+- "cd -" doesn't work. (Suresh Govindachar)
+
Mac unicode patch (Da Woon Jung):
- selecting proportional font breaks display
- UTF-8 text causes display problems. Font replacement causes this.
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index beb488511e..f6d4965f99 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 Jun 30
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Jul 08
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -675,6 +675,9 @@ restarted.
When using @= in an expression the value is expression @= contains. ":let @=
= value" can be used to set the register contents.
+A ! can be added to ":popup" to have the popup menu appear at the mouse
+pointer position instead of the text cursor.
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*
@@ -1164,4 +1167,7 @@ When using ":e ++enc=name file" and iconv() was used for conversion an error
caused a fallback to no conversion. Now replace a character with '?' and
continue.
+When opening a new buffer the local value of 'bomb' was not initialized from
+the global value.
+
vim:tw=78:ts=8:ft=help:norl: