comparison runtime/doc/todo.txt @ 569:bdbdec22a225 v7.0161

updated for version 7.0161
author vimboss
date Mon, 28 Nov 2005 23:05:55 +0000
parents 010397e1770e
children 2244be18d9e9
comparison
equal deleted inserted replaced
568:db92c5cc4f66 569:bdbdec22a225
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Nov 26 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Nov 28
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
35 fileio.c: use fchown() instead of chown() 35 fileio.c: use fchown() instead of chown()
36 vim.h: define O_NOFOLLOW if needed. Not in Vim 6.4? 36 vim.h: define O_NOFOLLOW if needed. Not in Vim 6.4?
37 37
38 Go over all changes between 6.3 and 6.4 and make sure they are included in 7. 38 Go over all changes between 6.3 and 6.4 and make sure they are included in 7.
39 39
40 Using ":read" in an empty buffer in Ex mode, then undo leaves a line behind.
41 (Servatius Brandt).
42
40 'statusline' is drawn over the Omni menu. 43 'statusline' is drawn over the Omni menu.
41 44
42 Cygwin and Mac OS/X may preserve case for file names but ignore case 45 Cygwin and Mac OS/X may preserve case for file names but ignore case
43 differences. Use Amiga code? 46 differences. Use Amiga code?
44 47
57 :e ++enc=xxx ++bad=keep foo.txt 60 :e ++enc=xxx ++bad=keep foo.txt
58 :e ++enc=xxx ++bad=drop foo.txt 61 :e ++enc=xxx ++bad=drop foo.txt
59 :e ++enc=xxx ++bad=? foo.txt 62 :e ++enc=xxx ++bad=? foo.txt
60 63
61 Win32: preserve the hidden attribute of the viminfo file. 64 Win32: preserve the hidden attribute of the viminfo file.
65
66 Add ":startgreplace" to do "gR", like ":startreplace" does "R".
67
68 When 'delcombine' is set in Select mode before a character with a combining
69 char the combinging char is deleted when it shouldn't. (Tony Mechelynck, Nov
70 27)
62 71
63 ccomplete: 72 ccomplete:
64 - When an option is set: In completion mode and the user types (identifier) 73 - When an option is set: In completion mode and the user types (identifier)
65 characters, advance to the first match instead of removing the popup menu. 74 characters, advance to the first match instead of removing the popup menu.
66 If there is no match remove the selection. (Yegappan Lakshmanan) 75 If there is no match remove the selection. (Yegappan Lakshmanan)
70 - When a typedef or struct is local to a file only use it in that file? 79 - When a typedef or struct is local to a file only use it in that file?
71 - Window resize when poup is displayed 80 - Window resize when poup is displayed
72 - page-up / page-down 81 - page-up / page-down
73 82
74 spelling: 83 spelling:
84 - "z?" was to be used for searching in folded text. Use something else for
85 suggestions. "zu"?
75 - When a recognized word ends in a . don't have 'spellcapcheck" match it. 86 - When a recognized word ends in a . don't have 'spellcapcheck" match it.
76 - Use KEEPCASE instead of "KEP". It applies to the word including affixes 87 - Use KEEPCASE instead of "KEP". It applies to the word including affixes
77 Hunspell also uses it. 88 Hunspell also uses it.
78 - Hunspell has NOSUGGEST flag (use for obscene words?) 89 - Hunspell has NOSUGGEST flag (use for obscene words?)
79 - Check out Hunspell 1.1.2. 90 - Check out Hunspell 1.1.2.
107 - Add default key mappings for the command key (Alan Schmitt) 118 - Add default key mappings for the command key (Alan Schmitt)
108 use http://macvim.org/OSX/files/gvimrc 119 use http://macvim.org/OSX/files/gvimrc
109 - With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work. 120 - With 'nopaste' pasting is wrong, with 'paste' Command-V doesn't work.
110 (Alan Schmitt) 121 (Alan Schmitt)
111 122
112 Mac: drop support for OS 9? Most people are now using OS/X and Vim 6.4 can be 123 Mac: drop support for OS 9. Most people are now using OS/X and Vim 6.4 can be
113 used for others. 124 used for others. Will make maintaining the code simpler.
114 125
115 Patch to add a few flags to search(). (Benji Fisher, Nov 22) 126 Patch to add a few flags to search(). (Benji Fisher, Nov 22)
116 127
117 Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging 128 Win32: Use the free downloadable compiler 7.1. Figure out how to do debugging
118 (with Agide?) and describe it. (George Reilly) 129 (with Agide?) and describe it. (George Reilly)
1481 move it in other diff'ed buffers, so that CTRL-W commands go to the same 1492 move it in other diff'ed buffers, so that CTRL-W commands go to the same
1482 location. 1493 location.
1483 1494
1484 1495
1485 Folding: 1496 Folding:
1486 (commands still available: zg zG zI zJ zK zp zP zq zQ zV zw zW zy zY; 1497 (commands still available: zI zJ zK zp zP zq zQ zV zy zY;
1487 secondary: zB zS zT zZ) 1498 secondary: zB zS zT zZ, z=)
1488 8 Add "z/" and "z?" for searching in not folded text only. 1499 8 Add "z/" and "z?" for searching in not folded text only.
1489 8 Add different highlighting for a fold line depending on the fold level. 1500 8 Add different highlighting for a fold line depending on the fold level.
1490 (Noel Henson) 1501 (Noel Henson)
1491 7 Use "++--", "+++--" for different levels instead of "+---" "+----". 1502 7 Use "++--", "+++--" for different levels instead of "+---" "+----".
1492 8 When a closed fold is displayed open because of 'foldminlines', the 1503 8 When a closed fold is displayed open because of 'foldminlines', the