comparison runtime/doc/todo.txt @ 38:c524f99c7925 v7.0022

updated for version 7.0022
author vimboss
date Sun, 12 Dec 2004 11:37:09 +0000
parents 125e80798a85
children 410fa1a31baf
comparison
equal deleted inserted replaced
37:fdf55076c53f 38:c524f99c7925
1 *todo.txt* For Vim version 7.0aa. Last change: 2004 Dec 09 1 *todo.txt* For Vim version 7.0aa. Last change: 2004 Dec 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
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 32
33 Add a function to test if a font name actually works.
34
35 When using "set laststatus=2 cmdheight=2" in the .gvimrc you only get one line
36 for the cmdline. (Christian Robinson) When the Vim window is resized (e.g.,
37 xterm with many lines) it's OK.
38
39 ":e <cfile>" does not expand ~/file, very confusing compared to ":e ~/file". 33 ":e <cfile>" does not expand ~/file, very confusing compared to ":e ~/file".
40
41 SIGHUP is delayed until waiting for a character. Can the same thing be done
42 for SIGINT? Then also check when waiting for a short time.
43 34
44 When no termcap/termlib library is found, check that compiling Vim works in 35 When no termcap/termlib library is found, check that compiling Vim works in
45 configure. Give an clear error message ("install termcap or ncurses-dev 36 configure. Give an clear error message ("install termcap or ncurses-dev
46 package") when it doesn't. 37 package") when it doesn't.
47 38
1352 8 Add an item in 'fileencodings' to check the first line of an XML file for 1343 8 Add an item in 'fileencodings' to check the first line of an XML file for
1353 the encoding. <?xml version="1.0" encoding="UTF-8"?> Or "charset=UTF-8"? 1344 the encoding. <?xml version="1.0" encoding="UTF-8"?> Or "charset=UTF-8"?
1354 8 The quickfix file is read without conversion, thus in 'encoding'. Add an 1345 8 The quickfix file is read without conversion, thus in 'encoding'. Add an
1355 option to specify the encoding of the errorfile and convert it. Also for 1346 option to specify the encoding of the errorfile and convert it. Also for
1356 ":grep" and ":helpgrep". 1347 ":grep" and ":helpgrep".
1348 More generic solution: support a filter (e.g., by calling a function).
1357 8 When a file was converted from 'fileencoding' to 'encoding', a tag search 1349 8 When a file was converted from 'fileencoding' to 'encoding', a tag search
1358 should also do this on the search pattern. (Andrzej M. Ostruszka) 1350 should also do this on the search pattern. (Andrzej M. Ostruszka)
1359 7 When converting a file fails, mention which byte could not be converted, 1351 7 When converting a file fails, mention which byte could not be converted,
1360 so that the user can fix the problem. 1352 so that the user can fix the problem.
1361 8 Add configure option to be able to disable using the iconv library. (Udo 1353 8 Add configure option to be able to disable using the iconv library. (Udo