diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:35:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:35:11 +0000 |
commit | eb94e559e09bad3e83633626e6060df7eee06afe (patch) | |
tree | 229dc44afc94a5d6b96a4770330fe0c5d25e4b26 /runtime/doc | |
parent | 038221bcd053bbc64968af5377b4c3cefc29cb07 (diff) | |
download | vim-eb94e559e09bad3e83633626e6060df7eee06afe.zip |
updated for version 7.0221
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/todo.txt | 18 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 7 |
2 files changed, 7 insertions, 18 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index d58872f5b..e826fd766 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 10 +*todo.txt* For Vim version 7.0aa. Last change: 2006 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -30,11 +30,6 @@ be worked on, but only if you sponsor Vim development. See |sponsor|. *known-bugs* -------------------- Known bugs and current work ----------------------- ---remote-tab to open file in new tab in existing Vim server? ---remote-tab-silent ---remote-tab-wait ---remote-tab-wait-silent - Win32: Describe how to do debugging. (George Reilly) Mac unicode patch (Da Woon Jung): @@ -53,17 +48,6 @@ Mac unicode patch (Da Woon Jung): CONSIDERED FOR VERSION 7.0: -Omni completion: - ccomplete: - - For C add tag "kind" field to each match? - - When a typedef or struct is local to a file only use it in that file? - - UI: - - Show "info" from a match in preview window (with an option or by opening - a preview window with a specific name). - Or use one window for matches, another for context/info (Doug Kearns, - 2005 Sep 13) - - UNDO TREE: keep all states of the text, don't delete undo info. When making a change, instead of clearing any future undo (thus redo) info, make a new branch. diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 6b835d4a8..5c6528538 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 10 +*version7.txt* For Vim version 7.0aa. Last change: 2006 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1896,4 +1896,9 @@ would be given for using a '|'. Also with ":loadkeymap". Motif: When using a fontset and 'encoding' is "utf-8" and sizeof(wchar_t) != sizeof(XChar2b) then display was wrong. (Yukihiro Nakadaira) +":all" always set the current window to the first window, even when it +contains a buffer that is not in the argument list (can't be closed because it +is modified). Now go to the window that has the first item of the argument +list. + vim:tw=78:ts=8:ft=help:norl: |