summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-24 16:19:44 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-24 16:19:44 +0200
commit5dff57d7140b95b46b16926a0f4bc5c39d359df4 (patch)
tree67a69fe50dd89455272276f149f31720b77fd6b7 /runtime
parent9f5e36bc609b9210de386acfeb390802ad45bd0e (diff)
Remove -arch flag from build flags for Perl. (Bjorn Wickler)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt22
1 files changed, 10 insertions, 12 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 9604e32a01..547941bbfe 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -30,6 +30,16 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
*known-bugs*
-------------------- Known bugs and current work -----------------------
+Before release 7.3:
+- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
+
+Add documentation for Python 3 support.
+
+6 In the quickfix window statusline add the command used to get the list of
+ errors, e.g. ":make foo", ":grep something *.c".
+ New patch 2010 Jul 24
+ Docs patch by Dominique Pelle, Mar 25 included?
+
Check position in wrapped line with 'concealcursor' set.
Trick with syntax ID works, but it's not nice. Can we give a sequence nr to
@@ -1111,12 +1121,6 @@ Patch to support horizontal scroll wheel in GTK. Untested. (Bjorn Winckler,
2010 Jun 30)
-Before (beta) release 7.3:
-- Documentation for Python 3 support.
-
-Before release 7.3:
-- Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23)
-
More patches:
- Another patch for Javascript indenting. (Hari Kumar, 2010 Jul 11)
Needs a few tests.
@@ -1154,12 +1158,6 @@ More patches:
more friendly for the Vim distribution.
New version received 2008 Jan 6.
No maintenance in two years...
-6 In the quickfix window statusline add the command used to get the list of
- errors, e.g. ":make foo", ":grep something *.c".
- Patch by Lech Lorens, 2009 Apri 17.
- Comments from Andreas Bernauer 24th, Dominique Pelle 24th
- Docs patch by Dominique Pelle, Mar 25
- Can we put the strings in a window-local variable?
- Patch to access screen under Python. (Marko Mahni, 2010 Jul 18)