diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-17 23:19:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-17 23:19:38 +0000 |
commit | ca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb (patch) | |
tree | 97f7150d48975a7bd973de8c098a530c8a265664 /runtime/doc/todo.txt | |
parent | 68f1a4864760dd13df508ebe6ceadd1d5bb5462c (diff) | |
download | vim-ca003e1e4f94b4d0d9e0e1dda6cdf9d6045d14fb.zip |
updated for version 7.0227
Diffstat (limited to 'runtime/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 1948927ca..65e3c7650 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 16 +*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -44,13 +44,9 @@ Mac unicode patch (Da Woon Jung, Eckehard Berns): 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. -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'. -Add command to search for illegal utf-8 byte sequence. - Add strtol() to avoid the problems with leading zero causing octal conversion. Add a 'tool' window: behaves like a preview window but there can be several. |