Ответ на сообщение «Updated todo file», присланное в 21:06:17 19 сентября 2010, Воскресенье, отправитель Bram Moolenaar:
There are some outdated entryies in TODO:
1. Implemented as conceal:
7 Wild idea: Not only set highlighting, but also change what is displayed
(e.g., remove characters, so that "<B>bold</B>" can be shown as "bold"):
:syn region boldstuff start="<B>" display="" end="</B>" display=""
2. Implemented as autoload:
7 Automatically load a function from a file when it is called. Need an
option for the search path. (Sekera)
3. I see t_DL (delete number of lines) in help:
7 DOS console: Add t_DL support, to make scrolling faster.
4. `zm' is already token and Vim has some `z?' commands for horizontal moving:
8 Add "zm" command: scroll horizontally to put the cursor in the middle.
5. Implemented as SourceCmd:
8 Add ScriptReadCmd event: used to load remote Vim scripts, e.g.
"vim -u http://mach/path/vimrc".
6. Implemented as BufReadCmd and BufWriteCmd:
- Add events to autocommands:
<...>
BufReadAction - replaces reading a file
BufWriteAction - replaces writing a file
7. Implemented using <C-@> special key:
8 Allow mapping of CTRL-@ (anywhere in the LHS).
- Make it possible to include a <Nul> in the lhs and rhs of a mapping.
8.
7 Allow mapping "Q" and "Q}" at the same time. Need to put a flag with
"Q",
that it needs an extra character before it can match. See Vile
'maplonger'
option.
9. Implemented using wildcharm:
7 Make it possible to map 'wildchar', but only when it's a special
character
(like CTRL-E). Currently it's only recognized when typed. Useful for
mapping a key to do something and then completion.
10.
- Add an option to ":map" that makes it display the special keys in
<> notation (e.g. <CR> instead of ^M). Or just always do this?
11. Cannot find mktemp function in documentation:
- Remove mktemp() and use tmpname() only? Ctags does this.
12. If I am not mistaking, writing to a device already works:
- Should be possible to write to a device, e.g. ":w! /dev/null".
13. Is it 'autowriteall'?:
- Allow autowrite when doing ":e file" (with an option 'eaw').
14.
- Allow a "+command" argument before each file name in the Vim command
line:
"vim +123 file1 +234 file2 +345 file3". ???
15. Implemented in 'modifiable' option:
- 'edit' option: When off changing the buffer is not possible (Really
read-only mode).
And on line 109 you have written my nick as XyX.
Текст сообщения:
> I have worked away the pile of email that grew while I was traveling.
> I have not replied to every bug report and patch. You can check the
> todo list to find out if I noticed your message:
> http://code.google.com/p/vim/source/browse/runtime/doc/todo.txt
>
> I probably missed a few messages, let me know if didn't make note of
> your bug report or patch.
>
> I'll start including patches the coming days.
signature.asc
Description: This is a digitally signed message part.
