summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-04-06 17:26:26 +0200
committerBram Moolenaar <Bram@vim.org>2013-04-06 17:26:26 +0200
commit126bdeeabe952f447b442b9af19a6df38b719325 (patch)
tree58a3f97a80bee50a6064d43b94fba01c2869fe87 /runtime/doc
parent2a66a07b29a636af54bc415626999202dd60a842 (diff)
Move redif syntax file to the right directory.
Disable recognizing .rdf as a redif file.
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/todo.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 4797234e5b..8d33c07867 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt* For Vim version 7.3. Last change: 2013 Apr 05
+*todo.txt* For Vim version 7.3. Last change: 2013 Apr 06
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -59,6 +59,8 @@ The CompleteDone autocommand needs some info passed to it:
Patch to fix sorting order when 'fileignorecase' is set. (Hirohito Higashi,
2013 Mar 20) Update Mar 24.
+Patch to add test for what 7.3.879 fixes. (David Bürgin / glts, 2013 Apr 6)
+
Using ":call foo#d.f()" doesn't autoload the "foo.vim" file.
That is, calling a dictionary function on an autoloaded dict.
Works OK for echo, just not for ":call" and ":call call()". (Ted, 2011 Mar
@@ -75,9 +77,6 @@ Stocker, 2012 Jan 5)
Patch to avoid that visul motion breaks repeat with ".". (Sung Pae, 2013 Mar
25)
-Patch to fix problem introduced by 7.3.859, reusing "p". (Christian Brabandt,
-2013 Mar 20)
-
Problem caused by patch 7.3.638: window->open does not update window
correctly. Issue 91.