comparison runtime/doc/todo.txt @ 604:2930fd8e7d9f v7.0171

updated for version 7.0171
author vimboss
date Fri, 16 Dec 2005 21:55:46 +0000
parents bc7ec0f1f7f3
children 1b7cac059bab
comparison
equal deleted inserted replaced
603:e4c00ec07598 604:2930fd8e7d9f
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 14 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Dec 16
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
27 See |develop.txt| for development plans. You can vote for which items should 27 See |develop.txt| for development plans. You can vote for which items should
28 be worked on, but only if you sponsor Vim development. See |sponsor|. 28 be worked on, but only if you sponsor Vim development. See |sponsor|.
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32
33 Using pipes to decrypt text still doesn't work, can't get the password.
34 :set shell=/bin/sh noshelltemp
35 :%!gpg --decrypt --no-tty --passphrase-fd 2
36 32
37 When inside input() and using "CTRL-R =" causing an exception the command line 33 When inside input() and using "CTRL-R =" causing an exception the command line
38 isn't abandoned. (Yukihiro Nakadaira) 34 isn't abandoned. (Yukihiro Nakadaira)
39 35
40 When 'delcombine' is set in Select mode before a character with a combining 36 When 'delcombine' is set in Select mode before a character with a combining