comparison runtime/doc/todo.txt @ 396:afc60a6339a6 v7.0104

updated for version 7.0104
author vimboss
date Wed, 06 Jul 2005 22:38:49 +0000
parents 289b19a6f2ed
children cf83dacfa25f
comparison
equal deleted inserted replaced
395:339c55711247 396:afc60a6339a6
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 05 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jul 07
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 Test59 crashes occasionally (but not in the debugger....)
32 34
33 Add extra list of file locations. Can be used with: 35 Add extra list of file locations. Can be used with:
34 :ltag list of matching tags, like :tselect 36 :ltag list of matching tags, like :tselect
35 37
36 :lnext next location 38 :lnext next location
65 changed. 67 changed.
66 68
67 Include new PHP indent script from John Wellesz? 69 Include new PHP indent script from John Wellesz?
68 http://www.vim.org/scripts/download_script.php?src_id=4330 70 http://www.vim.org/scripts/download_script.php?src_id=4330
69 71
70 In Vim indenting use synID() to avoid recognizing "|en" in a string as
71 "|endif".
72
73 autoload: 72 autoload:
74 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of 73 - Add a Vim script in $VIMRUNTIME/tools that takes a file with a list of
75 script names and a help file and produces a script that can be sourced to 74 script names and a help file and produces a script that can be sourced to
76 install the scripts in the user's directories. 75 install the scripts in the user's directories.
77 Use findfile(), so that only file names need to be given: 76 Use findfile(), so that only file names need to be given:
83 82
84 Patch to alternate fold highlighting. (Anthony Iano-Fletcher, 2005 May 12) 83 Patch to alternate fold highlighting. (Anthony Iano-Fletcher, 2005 May 12)
85 More levels? 84 More levels?
86 85
87 Awaiting response: 86 Awaiting response:
88 - Patch for mch_FullName() also in Vim 6.3? os_mswin.c
89 - Win32: tearoff menu window should have a scrollbar when it's taller than 87 - Win32: tearoff menu window should have a scrollbar when it's taller than
90 the screen. 88 the screen.
91 89
92 90
93 91