diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:22:57 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-13 16:22:57 +0200 |
commit | b744b2fa3216740c74d74bd62b26b6a539f026d1 (patch) | |
tree | 1ca653eec27c5356fb60be2873c7dab0137cd639 /runtime/doc/todo.txt | |
parent | 2a988a162c85df0092eca6b23eff9cd0fcd7de9a (diff) | |
download | vim-git-b744b2fa3216740c74d74bd62b26b6a539f026d1.tar.gz |
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 6d2036e45..dd8591484 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -30,15 +30,14 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -Have a close look at :find completion, anything that could be wrong? - Patch for :python + :py3. (James Vega, Roland Puntaier, 2010 Aug 12) Patch for crash with cmdline editing functions. (Dominique Pelle, 2010 Aug 12) -Test 73 fails on MS-Windows when compiled with DJGPP. -:find completion with 'path' set to "./**" results in full path for -"./subdir/file", should shorten to start with "./". +Have a close look at :find completion, anything that could be wrong? + +Test 73 fails on MS-Windows when compiled with DJGPP and run twice. How to +delete the Xfind directory? Before release 7.3: - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) |