summaryrefslogtreecommitdiff
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-11 20:52:58 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-11 20:52:58 +0200
commit69f787af848f4c1271d331a2ae541267fa1404fa (patch)
tree0cac93f11c55647e994cd7f3a75aec446f13a3b7 /runtime/doc/todo.txt
parenta9dc375744c80d882d380c40bf05a8db6a17993e (diff)
downloadvim-69f787af848f4c1271d331a2ae541267fa1404fa.zip
Filter out -pthread for cproto.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index e8a42a51d..98d182852 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1098,8 +1098,6 @@ Vim 7.3:
- Conceal feature: no update when moving to another window. (Dominique Pelle,
2010 Jul 5) Vince will look into it.
Patches to possibly include:
-- Patch to make CTRL-L work better with 'ignorecase' and 'smartcase'. (Martin
- Toft, 2010 Jun 8, Jun 16, Jun 30)
- Patch to add diff functionality to 2html.vim. (Christian Brabandt, 2009 Dec
15)
- Win32: patch for better font scaling. (George Reilly, 2009 Mar 26)