diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-14 20:31:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-14 20:31:44 +0200 |
commit | 66bd1c9b543a2310176181cc673e32bbfae112e8 (patch) | |
tree | 4f3ea9aed660aa451724bd1e3ac0128a0a2c0959 /runtime | |
parent | 1a38442dbc01e511c29e19faa2ee9a8527151887 (diff) | |
download | vim-git-66bd1c9b543a2310176181cc673e32bbfae112e8.tar.gz |
Remove obsolete Mac code.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 5ff1e3b17..cab1148e9 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1098,10 +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: -- 'colorcolumn': make it local to window. - Alternative patch. (2010 Feb 2, Gregor Uhlenheuer, update 2010 Jul 12) -- Another patch for Javascript indenting. (Hari Kumar, 2010 Jul 11) - Needs a few tests. - Add different highlighting for a fold line depending on the fold level. Patch. (Noel Henson, 2009 Sep 13) - Patch to make synIDattr() work for GUI attributes in Vim without GUI @@ -1116,6 +1112,8 @@ Patches to possibly include: Docs patch by Dominique Pelle, Mar 25 Update 2009 Mar 28. Fix for invalid memory access. (Lech Lorens, 2009 Apr 17) +- Another patch for Javascript indenting. (Hari Kumar, 2010 Jul 11) + Needs a few tests. - Disable setting 'encoding' from a modeline? It usually causes problems, can't do any good. (Patch from Patrick Texier, 2008 Dec 9) - Redraw problem when appending digraph causes line to wrap. (James Vega, 2007 |