diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-12 22:50:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-12 22:50:18 +0000 |
commit | e759a7aa9a514626cd0373d1bd4e92777b1730c5 (patch) | |
tree | 8de6ce15d11684ec8e5db62b5a8dd731c5c4a174 /runtime/doc/todo.txt | |
parent | 8d34330fe55d1c5dc3f22a7b92ca27f3fb5d5690 (diff) | |
download | vim-git-e759a7aa9a514626cd0373d1bd4e92777b1730c5.tar.gz |
updated for version 7.0108v7.0108
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 9554f56be..989f7d53a 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 11 +*todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,6 +30,10 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- +Use vim_strncpy() in more places. + +When going over 'synmaxcol' don't highlight anything, stop regions. + Add extra list of file locations. Can be used with: :ltag list of matching tags, like :tselect |