diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-25 15:49:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-25 15:49:07 +0200 |
commit | 8d9b40e71ab62f43c65a52225cb833ecc0d1bf6b (patch) | |
tree | a25e59faa9adfd7e352c407ded5beedf4242d1d2 /runtime/doc/todo.txt | |
parent | 0fe849a13b4c0753d6b2424783879696a1fd4421 (diff) | |
download | vim-git-8d9b40e71ab62f43c65a52225cb833ecc0d1bf6b.tar.gz |
Add support for horizontal scroll wheel. (Bjorn Winckler)
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index c28661d66..a7c9aaf34 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -30,15 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -concealends does not appear to work. - -if_python3.c is missing some changes that were applied to if_python.c. -Find the old version of if_python.c from when the copy was made. - -Move more common code from if_python.c and if_python3.c to if_py_both.h - -Add documentation for Python 3 support. - Include patch for horizontal scoll wheel? (Bjorn Winckler, 2010 Jul 20) Additional patch Jul 21. @@ -50,9 +41,13 @@ Additional patch Jul 21. Patch for :find completion. (Nazri Ramliy) But I prefer to keep term.h and include/term.h He will work on it. +Add hg changes to version7.txt + Before release 7.3: - Rename vim73 branch to default (hints: Xavier de Gaye, 2010 May 23) +Move more common code from if_python.c and if_python3.c to if_py_both.h + Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) Test 69 breaks on MS-Windows, both 32 and 64 builds. (George Reilly, 2010 Feb |