diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-19 22:18:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-19 22:18:55 +0000 |
commit | ceaf7b8b66764b4a99526c715886d80397ce81dd (patch) | |
tree | f0716f656a46d0c2c716aafdc75e47fbd30f02cb /runtime/doc/todo.txt | |
parent | 39f05630adc017f00ea551b827fd1d5ef21a0a3a (diff) | |
download | vim-git-ceaf7b8b66764b4a99526c715886d80397ce81dd.tar.gz |
updated for version 7.0229v7.0229
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 0ec9b3fff..6d2c86007 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -1,4 +1,4 @@ -*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 18 +*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,7 +30,11 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- -'cindent' isn't remove when Esc is typed. +'errorformat': Add a flag %? to check for a match with the next item first. +Helps for continuation lines that may contain just about anything, e.g. an +error message. + error 99 in file foo.c line 1234: + something is wrong here Gnome GUI: lots of error messages during startup. These go away when not using the notebook for tab labels. Still similar error messages when moving @@ -51,7 +55,7 @@ EMBEDDING: Make it possible to run Vim inside a window of another program. For GTK Neil Bird has a patch to use Vim like a widget. Ctags still hasn't included the patch. Darren is looking for someone to do -maintanance. Is there another solution? +maintenance. Is there another solution? HTML indenting can be slow, find out why. Add a function to get the current time in usec. reltime([start, [end]]) @@ -63,11 +67,6 @@ Profiling: - :profile pause - :profile resume -'errorformat' docs are a bit unclear. Suggestions by Charles Campbell (2006 -Jan 6) -Add a flag to check for a match with the next item first? Helps for -continuation lines that may contain just about anything. - Adjust src/main.aap for installing manpages like in Makefile. And for generating Vim.app for the Mac. Install spell files with src/main.aap. @@ -75,9 +74,6 @@ Adjust src/main.aap for installing manpages like in Makefile. Add ":smap", Select mode mapping? Otherwise: ":sunmap", so that Visual mode mappings for normal keys can be removed from Select mode. -Check if file explorer can handle directory names and links with a single -quote. (Nieko Maatjes, 2005 Jan 4) - Add more tests for all new functionality in Vim 7. Especially new functions. Add text in user manual for using the undo tree. Example with finding the |