updated for version 7.0163
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt
index 3a3689e..c2f616e 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 Dec 01
+*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 06
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -30,27 +30,27 @@
*known-bugs*
-------------------- Known bugs and current work -----------------------
-Go over all changes between 6.3 and 6.4 and make sure they are included in 7.
-
-Using ":read" in an empty buffer in Ex mode, then undo leaves a line behind.
-(Servatius Brandt).
-
-'statusline' is drawn over the Omni menu.
-
Cygwin and Mac OS/X may preserve case for file names but ignore case
differences. Use Amiga code?
-"make unixall": remove split in floppy-size archives.
-
":helpgrep" sometimes results in wrong text in the error list:
"^[.?!]\_[\])'" ]\+"
Using string that was freed or buffer that is overwritten?
+When editing a file "a" that is a symbolic link to "b", while another Vim is
+editing "b", there is no warning. Follow symlink to make swap file name?
+Patch from Stefano Zacchiroli. Updated by James Vega, Dec 2.
+
Using pipes for filter commands: provide some way to type a password, keep
stderr in/out open for this? (Konstanti Rozinov)
New problem: password is echoed. Put terminal in cooked mode and don't read
from terminal?
+Allow the user to handle the situation that a swap file already exists.
+Option to define a function to be called? Function would return the character
+that the dialog provides. Would make it possible to bring the other Vim to
+the foreground and abort the edit. Or hard-code this?
+
To support mapping <F4> to be used as <F4>{motion}: Add operator that
executes a user defined function. '[ and '] marks are at start and end of
text. ":map <F4> :set opfunc=MyOp<CR>gy".
@@ -61,7 +61,7 @@
:e ++enc=xxx ++bad=keep foo.txt
:e ++enc=xxx ++bad=drop foo.txt
:e ++enc=xxx ++bad=? foo.txt
-(patch 29 November)
+(patch 6 December)
ml_get error with specific vimrc and lots of plugins. (Tomi Mickelsson)
@@ -69,6 +69,8 @@
Add ":startgreplace" to do "gR", like ":startreplace" does "R".
+Alt-mousekey is currently ignored. Use it for Visual/select block?
+
When 'delcombine' is set in Select mode before a character with a combining
char the combining char is deleted when it shouldn't. (Tony Mechelynck, Nov
27)
@@ -104,10 +106,6 @@
- Have "zg" and "zw" report the file that was modified. (Marvin Renich)
- Add a command like "zg" that selects one of the files 'spellfile'.
-When editing a file "a" that is a symbolic link to "b", while another Vim is
-editing "b", there is no warning. Follow symlink to make swap file name?
-Patch from Stefano Zacchiroli.
-
Support saving and restoring session for X windows? It should work to do
":mksession" and use "-S fname" for the restart command. The
gui_x11_wm_protocol_handler() already takes care of the rest.
@@ -132,9 +130,6 @@
- With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
(Alan Schmitt)
-Mac: drop support for OS 9. Most people are now using OS/X and Vim 6.4 can be
-used for others. Will make maintaining the code simpler.
-
Patch to add a few flags to search(). (Benji Fisher, Nov 29, doc update Dec 1)
Also add search???() function that returns list with lnum and col.
@@ -145,6 +140,9 @@
Win32: Check that installer puts menu items in "all users" dir when possible,
not administrator dir.
+CTRL-X CTRL-L only completes from loaded buffers. Make it work for unloaded
+buffers too?
+
Autoload:
- Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of
script names and a help file and produces a script that can be sourced to
@@ -259,6 +257,8 @@
Only difficult thing: When going back in time, how to find the previous
text state in the tree?
Show the list of changes in a window to be able to select a version?
+ Also: See ":e" as a change operation, find the changes and add them to the
+ undo info. Needed for when an external tool changes the file.
- PERSISTENT UNDO: store undo in a file.
Use timestamps, so that a version a certain time ago can be found and info
before some time/date can be flushed. 'undopersist' gives maximum time to
@@ -397,7 +397,7 @@
Mathias Michaelis (2004 Sep 6)
Also place vimtutor.bat in %windir%?
-Add gui_mch_browsedir() for Motif, KDE and Mac OS/X.
+Add gui_mch_browsedir() for Motif, Mac OS/X.
Add extra list of file locations. A bit like the quickfix list, but there is
one per window. Can be used with:
@@ -612,14 +612,6 @@
when it is longer than 4000 characters. Works OK from gvim to gvim and
vim to vim. Pasting through xterm (using the shift key) also works.
It starts working after GTK gvim loses the selection and gains it again.
-7 DND doesn't work with KDE (also with GTK 1).
-
-KDE GUI known bugs:
-- There is no active maintenance and "yzis" is supposed to replace it.
-- With the default 'guifont' value bold text differs in size from normal
- text, causing the display to be messed up.
-- Error messages when starting up. The "tip of the day" box is empty.
-- Encoding of menu items needs to be converted. (Yasuhiro Matsumoto)
Win32 GUI known bugs:
8 On Windows 98 the unicows library is needed to support functions with UCS2
diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt
index af59203..80ff683 100644
--- a/runtime/doc/version7.txt
+++ b/runtime/doc/version7.txt
@@ -1,4 +1,4 @@
-*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 01
+*version7.txt* For Vim version 7.0aa. Last change: 2005 Dec 06
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -21,7 +21,6 @@
Vim script enhancements |new-vim-script|
Spell checking |new-spell|
Omni completion |new-omni-completion|
-KDE support |new-KDE|
MzScheme interface |new-MzScheme|
Printing multi-byte text |new-print-multi-byte|
Translated manual pages |new-manpage-trans|
@@ -67,6 +66,8 @@
When overwriting a file with ":w! fname" there was no warning for when "fname"
was being edited by another Vim. Vim now gives an error message |E768|.
+The support for Mac OS 9 has been removed.
+
Minor incompatibilities:
@@ -202,13 +203,6 @@
completion are displayed in a popup menu.
-KDE support *new-KDE*
------------
-
-Kvim is the KDE version of Vim. It uses the Qt toolkit. See |KVim|.
-(Thomas Capricelli, Philippe Fremy, Mickael Marchand, Mark Westcott, et al.)
-
-
MzScheme interface *new-MzScheme*
------------------
@@ -503,6 +497,7 @@
|ColorScheme| after loading a color scheme
|QuickFixCmdPre| before :make, :grep et al. (Ciaran McCreesh)
|QuickFixCmdPost| after :make, :grep et al. (Ciaran McCreesh)
+|SessionLoadPost| after loading a session file. (Yegappan Lakshmanan)
New items in search patterns: ~
@@ -849,6 +844,9 @@
Unix: When open() returns EFBIG give an appropriate message.
+":mksession" sets the SessionLoad variable to notify plugins. A modeline is
+added to the session file to set 'filetype' to "vim".
+
==============================================================================
COMPILE TIME CHANGES *compile-changes-7*