summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-10 17:51:46 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-10 17:51:46 +0200
commit893eaab41fdfc2c7adc1d3ee23b41a86d335c515 (patch)
tree00325dcf0f354f681e6171529fea22b5b574fc55 /runtime
parent622925875cb9d7f04a764ed8e002e45c3a141e94 (diff)
downloadvim-git-893eaab41fdfc2c7adc1d3ee23b41a86d335c515.tar.gz
Make joining a range of lines much faster. (Milan Vancura)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/todo.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index b08d40e36..a09a44d66 100644
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1093,9 +1093,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 include:
-- Make do_do_join() work faster. Could at least do a binary search way of
- doing this. Hint from Dominique Pelle, Dec 10; Lee Naish, Dec 11.
- Patch from Milan Vancura, 2010 May 16.
- Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25)
- Gvimext patch to support wide file names. (Szabolcs Horvat 2008 Sep 10)
- Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25)