summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-07-28 18:29:08 +0200
committerBram Moolenaar <Bram@vim.org>2013-07-28 18:29:08 +0200
commit1a42b4befb5307d20dc6ff4685116e085ece3b1f (patch)
treec2abf78cbf3f3f6d6df9711ae68729dc91f29751 /runtime/doc/todo.txt
parent1a4a75c5dcc4a255bbaa60ea6aade5ffdd32e4d9 (diff)
Update files for the 7.4b BETA release.v7.4b.000
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index a006c6ac2d..434dcce0c2 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.4a. Last change: 2013 Jul 28
+*todo.txt* For Vim version 7.4b. Last change: 2013 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,6 +34,8 @@ not be repeated below, unless there is extra information.
*known-bugs*
-------------------- Known bugs and current work -----------------------
+Syntax file updates. (Doug Kearns, Jul 28)
+
Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
Patch to add "acl" and "xpm" as a feature. (Ken Takata, 2013 Jul 8)
@@ -46,6 +48,12 @@ highlight group. Add a "\zs" after it?
Go through more coverity reports.
+Bug: ":he \^x" gives strange E63 error when 'regexpengine' is set to 1.
+With 'regexpengine' set to 0 results in an INTERNAL errror.
+(glts, 2013 Jul 28)
+
+/[b-a] gives error E16, should probably be E769.
+
Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
Checking runtime scripts: Thilo Six, 2012 Jun 6.