diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-26 06:24:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-26 06:24:45 +0200 |
commit | 644044794ea55fdee8599ee1e861234216c20402 (patch) | |
tree | 9dfe2fa4bae0f9914f0d12f7a502aaffc1795c43 /runtime/doc/todo.txt | |
parent | 0eda7ac7f897433c9d346743bf38fcd291673070 (diff) | |
download | vim-git-644044794ea55fdee8599ee1e861234216c20402.tar.gz |
Various small fixes from Dominique Pelle.
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 255e00f5f..5e4f3a0aa 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1099,7 +1099,6 @@ Vim 7.3: dictionary: {'nr': 2, 'time': 1234, 'saved': 1} Patches to include: - Patch for Lisp support with ECL (Mikael Jansson, 2008 Oct 25) -- Minor patches from Dominique Pelle, 2010 May 15 - Gvimext patch to support wide file names. (Szabolcs Horvat 2008 Sep 10) - Patch to support netbeans for Mac. (Kazuki Sakamoto, 2009 Jun 25) - Patch to support clipboard for Mac terminal. (Jjgod Jiang, 2009 Aug 1) |