updated for version 7.0174

This commit is contained in:
Bram Moolenaar
2005-12-19 22:14:58 +00:00
parent 195d6357b4
commit a9b1e74b5d
12 changed files with 64 additions and 11 deletions

View File

@ -1,4 +1,4 @@
*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 18
*todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 19
VIM REFERENCE MANUAL by Bram Moolenaar
@ -59,6 +59,10 @@ spelling:
- Have "zg" and "zw" report the file that was modified. (Marvin Renich)
- Add a command like "zg" that selects one of the files 'spellfile'.
GTK: get an X error while exiting quickly after starting (running the tests).
Caused by new GTK library?
X Error: BadWindow (invalid Window parameter) 3
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.
@ -116,6 +120,8 @@ escape special characters ";&<>(){}". (Adri Verhoef)
Are there more commands where v:swapcommand can be set to something useful?
Put autocommand event names in a hashtable for faster lookup?
Awaiting response:
- Win32: tearoff menu window should have a scrollbar when it's taller than
the screen.