diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-10 17:51:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-10 17:51:46 +0200 |
commit | 893eaab41fdfc2c7adc1d3ee23b41a86d335c515 (patch) | |
tree | 00325dcf0f354f681e6171529fea22b5b574fc55 /runtime | |
parent | 622925875cb9d7f04a764ed8e002e45c3a141e94 (diff) | |
download | vim-git-893eaab41fdfc2c7adc1d3ee23b41a86d335c515.tar.gz |
Make joining a range of lines much faster. (Milan Vancura)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/todo.txt | 3 |
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) |