comparison runtime/doc/todo.txt @ 5362:ab1508486b12

Update runtime files. Add support for J.
author Bram Moolenaar <bram@vim.org>
date Sun, 22 Sep 2013 14:42:24 +0200
parents 22da5ab9aaa1
children 173c9c860e42
comparison
equal deleted inserted replaced
5361:f0a6eb929df1 5362:ab1508486b12
1 *todo.txt* For Vim version 7.4. Last change: 2013 Sep 05 1 *todo.txt* For Vim version 7.4. Last change: 2013 Sep 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
34 *known-bugs* 34 *known-bugs*
35 -------------------- Known bugs and current work ----------------------- 35 -------------------- Known bugs and current work -----------------------
36 36
37 NFA engine mismatch, with example. (ZyX, 2013 Aug 29) 37 NFA engine mismatch, with example. (ZyX, 2013 Aug 29)
38 38
39 php syntax file update. (Jason Woofenden, Aug 30) 39 NFA engine difference, with test case. (Axel Bender, 2013 Sep 17)
40 Comments from Vlad Irnov Sep 18.
40 41
41 Problem positioning the cursor after auto-formatting without a comment. (Tor 42 Problem positioning the cursor after auto-formatting without a comment. (Tor
42 Perkins, 2013 Sep 1) 43 Perkins, 2013 Sep 1)
43 44
45 Patch to fix test 92 and 93 failing in a bad way. (Hirohito Higashi, 2013 Sep
46 11)
47
48 Patch to fix using "p" in Visual block mode. (Christian Brabandt, 2013 Sep 19)
49
50 Using \1 in pattern goes one line too far. (Bohr Shaw, 2013 Sep 5)
51 Column is OK. "/\v(^.+\n)\1/e" (John Little, Sep 5)
52 Also, matches start of 2nd line, not the whole line.
53
54 Error for incomplete help argument. (John Beckett, 2013 Sep 12)
55
44 Popup menu: first item is not selected when typing more than one character? 56 Popup menu: first item is not selected when typing more than one character?
45 57
46 Patch to add async functionality. (Geoff Greer, 2013 Sep 1) 58 Patch to add async functionality. (Geoff Greer, 2013 Sep 1)
47 59
48 Patch to avoid mouse cursor flickering. (Ken Takata,, 2013 Sep 2) 60 Patch to avoid mouse cursor flickering. (Ken Takata,, 2013 Sep 2)
61
62 Patch to make zg and zb work better. (Christian Brabandt, 2013 Sep 8)
63
64 Patch to fix that VC10 does not stat() a symlink to a directory.
65 (Ken Takata,, 2013 Sep 20) Update Sep 21
49 66
50 Should win_redr_custom() not be allowed to use recursively? 67 Should win_redr_custom() not be allowed to use recursively?
51 (Yasuhiro Matsumoto, 2013 Aug 15) 68 (Yasuhiro Matsumoto, 2013 Aug 15)
52 69
53 NFA engine combining character mismatch. (glts, 2013 Aug 27) 70 NFA engine combining character mismatch. (glts, 2013 Aug 27)
54 Remark Dominique, Aug 27 71 Remark Dominique, Aug 27
55 72
73 Patch to make Tcl 8.6 work. (Issue 167)
74
75 Patch to make input() work while inside :normal. (Yasuhiro Matsumoto, 2013 Sep
76 19)
77
78 Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
79
56 Issue 164: freeze on regexp search. 80 Issue 164: freeze on regexp search.
57 81
58 Python: ":py raw_input('prompt')" doesn't work. (Manu Hack) 82 Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
59 83
60 Patch to fix substitute prompt with line number. (Benoit Pierre, 2013 Aug 27, 84 Patch to fix substitute prompt with line number. (Benoit Pierre, 2013 Aug 27,
61 third message) 85 third message)
62 86
63 Patch to avoid problem with colon in file name. (Yasuhiro Matsumoto, 2013 Sep 87 Patch to avoid problem with colon in file name. (Yasuhiro Matsumoto, 2013 Sep
64 5) Only copy file name when needed. 88 5) Only copy file name when needed: Sep 9.
65 89
66 Include systemverilog file? Two votes yes. 90 Include systemverilog file? Two votes yes.
67 91
68 Wrapping around end of file does not work for "." after "cgn". (Dimitar 92 Wrapping around end of file does not work for "." after "cgn". (Dimitar
69 Dimitrov) 93 Dimitrov)
70 Patch by Christian Brabandt, 2013 Aug 22 94 Patch by Christian Brabandt, 2013 Aug 22
71 95
96 Clang error for integer overflow. (Dominique Pelle, 2013 Sep 21)
97
98 Patch to add v:hlsearch. (ZyX, 2013 Sep 22)
99
72 Problem with 'spellsuggest' file, only works for some words. 100 Problem with 'spellsuggest' file, only works for some words.
73 (Cesar Romani, 2013 Aug 20) Depends on file name? (Aug 24) 101 (Cesar Romani, 2013 Aug 20) Depends on file name? (Aug 24)
74 Additional remark by glts: the suggested words are marked bad? 102 Additional remark by glts: the suggested words are marked bad?
75 103
76 Syntax highlighting slow (hangs) in SASS file. (Niek Bosch, 2013 Aug 21) 104 Syntax highlighting slow (hangs) in SASS file. (Niek Bosch, 2013 Aug 21)
81 (Marc Weber, 2013 Jun 7) 109 (Marc Weber, 2013 Jun 7)
82 110
83 Several syntax file match "^\s*" which may get underlined if that's in the 111 Several syntax file match "^\s*" which may get underlined if that's in the
84 highlight group. Add a "\zs" after it? 112 highlight group. Add a "\zs" after it?
85 113
114 Win32: When a directory name contains an exclamation mark, completion doesn't
115 complete the contents of the directory. No escaping for the "!"? (Jan
116 Stocker, 2012 Jan 5; 2013 Aug 20)
117 Patch 2013 Sept 10, test: Sept 11.
118
86 Go through more coverity reports. 119 Go through more coverity reports.
87 120
88 With "$" in 'cpoptions' the popup menu isn't fully drawn. (Matti Niemenmaa, 121 With "$" in 'cpoptions' the popup menu isn't fully drawn. (Matti Niemenmaa,
89 2013 Sep 5) 122 2013 Sep 5)
90 123
97 /[b-a] gives error E16, should probably be E769. 130 /[b-a] gives error E16, should probably be E769.
98 131
99 :help gives example for z?, but it does not work. m? and t? do work. 132 :help gives example for z?, but it does not work. m? and t? do work.
100 133
101 Patch to add funcref to Lua. (Luis Carvalho, 2013 Sep 4) 134 Patch to add funcref to Lua. (Luis Carvalho, 2013 Sep 4)
102 Missing tests. 135 With tests: Sep 5.
103 136
104 Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10) 137 Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
105 138
106 Patch to make external commands work with multi-byte characters on Win32 when 139 Patch to make external commands work with multi-byte characters on Win32 when
107 'encoding' differs from the active codepage. (Yasuhiro Matsumoto, 2013 Aug 5) 140 'encoding' differs from the active codepage. (Yasuhiro Matsumoto, 2013 Aug 5)
129 Works OK for echo, just not for ":call" and ":call call()". (Ted, 2011 Mar 162 Works OK for echo, just not for ":call" and ":call call()". (Ted, 2011 Mar
130 17) 163 17)
131 Patch by Christian Brabandt, 2013 Mar 23. 164 Patch by Christian Brabandt, 2013 Mar 23.
132 Not 100% sure this is the right solution. 165 Not 100% sure this is the right solution.
133 166
134 Win32: When a directory name contains an exclamation mark, completion doesn't
135 complete the contents of the directory. No escaping for the "!"? (Jan
136 Stocker, 2012 Jan 5; 2013 Aug 20)
137
138 Patch to support expression argument to sort() instead of a function name. 167 Patch to support expression argument to sort() instead of a function name.
139 Yasuhiro Matsumoto, 2013 May 31. 168 Yasuhiro Matsumoto, 2013 May 31.
140 Or should we add a more general mechanism, like lambda functions? 169 Or should we add a more general mechanism, like lambda functions?
141 170
142 Problem caused by patch 7.3.638: window->open does not update window 171 Problem caused by patch 7.3.638: window->open does not update window
182 211
183 Patch to make fold updates much faster. (Christian Brabandt, 2012 Dec) 212 Patch to make fold updates much faster. (Christian Brabandt, 2012 Dec)
184 213
185 TCL: With MSVC 2010 doesn't find Tcl_FindExecutable. (tux) 214 TCL: With MSVC 2010 doesn't find Tcl_FindExecutable. (tux)
186 Patch to define it. (Ken Takata, 2013 Aug 12) Is this right? 215 Patch to define it. (Ken Takata, 2013 Aug 12) Is this right?
216 Probably not: http://code.google.com/p/vim/issues/detail?id=167
187 217
188 MS-Windows: Patch to make tests copy files to avoid changing the fileformat of 218 MS-Windows: Patch to make tests copy files to avoid changing the fileformat of
189 the files under version control. (Taro Muraoka, 2013 Jul 5) 219 the files under version control. (Taro Muraoka, 2013 Jul 5)
190 220
191 Issue 54: document behavior of -complete, also expands arg. 221 Issue 54: document behavior of -complete, also expands arg.
989 ATTENTION message? (Tony Mechelynck, 2008 Dec 1) 1019 ATTENTION message? (Tony Mechelynck, 2008 Dec 1)
990 Also: swap files are in ~/tmp/ One has relative file name ".mozilla/...". 1020 Also: swap files are in ~/tmp/ One has relative file name ".mozilla/...".
991 1021
992 Add v:motion_force. (Kana Natsuno, 2008 Dec 6) 1022 Add v:motion_force. (Kana Natsuno, 2008 Dec 6)
993 Maybe call it v:motiontype. 1023 Maybe call it v:motiontype.
994
995 Runtime files for Clojure. (Toralf Wittner, 2008 Jun 25)
996 1024
997 MS-Windows: editing the first, empty buffer, 'ffs' set to "unix,dos", ":enew" 1025 MS-Windows: editing the first, empty buffer, 'ffs' set to "unix,dos", ":enew"
998 doesn't set 'ff' to "unix". (Ben Fritz, 2008 Dec 5) Reusing the old buffer 1026 doesn't set 'ff' to "unix". (Ben Fritz, 2008 Dec 5) Reusing the old buffer
999 probably causes this. 1027 probably causes this.
1000 1028