summaryrefslogtreecommitdiffstats
path: root/runtime/doc/todo.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-16 21:46:52 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-16 21:46:52 +0000
commitea0cd36bdd0cce5097a53113b626d73bd137b7ef (patch)
tree0ba211a1731a5dffc5c31fa791848adba3067f14 /runtime/doc/todo.txt
parent2eb25daffd66cc323c039b624af8f4630f2fbf8f (diff)
updated for version 7.0226v7.0226
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r--runtime/doc/todo.txt39
1 files changed, 14 insertions, 25 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 6d2aed030e..1948927ca1 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 15
+*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 16
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41,39 +41,24 @@ Mac unicode patch (Da Woon Jung, Eckehard Berns):
- With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
(Alan Schmitt)
+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.
-CONSIDERED FOR VERSION 7.0:
-
-- 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.
-
-7 Make ":startinsert" command work directly for functions and scripts?
-
-- When using 'incsearch" CTRL-R CTRL-W gets the word under the cursor, but
- the part that already matched is doubled then. Remove the part of the
- word that would be doubled. Make it work line CTRL-N in Insert mode.
-- "onemore" flag in 'virtualedit': move cursor past end of line. Patch by
- Mattias Flodin (2004 Jul 30)
-- In a :s command multi-byte characters should also be upper/lower cased
- with \u, \U, etc.
+Win32: Patch for Korean IME. (Yusung, 2005 March 21)
-- 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.
+Support ":set syntax=cpp.doxygen"? Suggested patch by Michael Geddes (9 Aug
+2004). Should also work for 'filetype'.
-- Add command to search for illegal utf-8 byte sequence.
+Add command to search for illegal utf-8 byte sequence.
Add strtol() to avoid the problems with leading zero causing octal conversion.
-Updated Ruby interface. (Ryan Paul)
-
Add a 'tool' window: behaves like a preview window but there can be several.
Don't count it in only_one_window(). (Alexei Alexandrov)
-Win32: Patch for Korean IME. (Yusung, 2005 March 21)
-
-Support ":set syntax=cpp.doxygen"? Suggested patch by Michael Geddes (9 Aug
-2004). Should also work for 'filetype'.
+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.
Win32: In the generated batch files, use $VIMRUNTIME if it's set. Examples by
Mathias Michaelis (2004 Sep 6)
@@ -105,8 +90,12 @@ 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
+text of a previous change.
+
Awaiting updated patches:
+7 Updated Ruby interface. (Ryan Paul)
8 Add ":n" to fnamemodify(): normalize path, remove "../" when possible.
Aric Blumer has a patch for this.
He will update the patch for 6.3.