comparison runtime/doc/todo.txt @ 6238:47b1887483da

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Fri, 19 Sep 2014 22:38:48 +0200
parents 37c24033b260
children bd18da914be9
comparison
equal deleted inserted replaced
6237:d46ed4790ded 6238:47b1887483da
1 *todo.txt* For Vim version 7.4. Last change: 2014 Sep 09 1 *todo.txt* For Vim version 7.4. Last change: 2014 Sep 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
59 Breaks test_eval. Inefficient, can we only compute y_width when needed? 59 Breaks test_eval. Inefficient, can we only compute y_width when needed?
60 60
61 Problem that a previous silent ":throw" causes a following try/catch not to 61 Problem that a previous silent ":throw" causes a following try/catch not to
62 work. (ZyX, 2013 Sep 28) 62 work. (ZyX, 2013 Sep 28)
63 63
64 Update for Romanian spell file. (Vanilla Ice, 2014 Aug 13)
65 Still produces errors.
66 Add flag to ignore fifth argument of SFX.
67 Conversion from utf-8 to cp1250 can't be without errors.
68
69 Patch to remove ETO_IGNORELANGUAGE, it causes Chinese characters not to show
70 up. (Paul Moore, 2014 Jul 30)
71 Should it depend on the Windows version? Waiting for feedback.
72 No longer needed after including DirectX patch?
73 Related to issue 255?
74
75 Problem with linebreak, adds a test that fails. (Nazri Ramliy, 2014 Sep 6)
76
77 Patch to avoid problems with encoding conversion with diff.vim. 64 Patch to avoid problems with encoding conversion with diff.vim.
78 (Yasuhiro Matsumoto, 2014 Sep 1. 65 (Yasuhiro Matsumoto, 2014 Sep 1.
66 Depends on current language, language of file can be different.
67
68 Patch for C/C++ syntax string handling. (Brian Bi, 2014 Sep 13)
69
70 When using a visual selection of multiple words and doing CTRL-W_] it jumps to
71 the tag matching the word under the cursor, not the selected text.
72 (Patrick hemmer)
73 Patch by Christian, 2014 Aug 8.
74
75 Completion for :buf does not use 'wildignorecase'. (Akshay H, 2014 May 31)
76
77 'backupcopy' should be global-local, so that some files can be written in a
78 different way. Patch by Christian, 2014 Sep 17.
79
80 Patch to handle list with some items locked. (ZyX, 2014 Aug 17)
81 Prefer the second solution.
82
83 Issue 252. Patch by Christian, 2014 Aug 26.
84
85 ":cd C:\Windows\System32\drivers\etc*" does not work, even though the
86 directory exists. (Sergio Gallelli, 2013 Dec 29)
79 87
80 Patch by Marcin Szamotulski to add count to :close (2014 Aug 10, update Aug 88 Patch by Marcin Szamotulski to add count to :close (2014 Aug 10, update Aug
81 14, Aug 30) 89 14, Aug 30)
82 Make ":1close" close the first window. 90 Make ":1close" close the first window.
83 Make ":+1close" close the next window. 91 Make ":+1close" close the next window.
84 Make ":-1close" close the previous window. 92 Make ":-1close" close the previous window.
85 Can't easily close the help window, like ":pc" closes the preview window and 93 Doesn't look right, asked for updates.
86 ":ccl" closes the quickfix window. Add ":hclose". (Chris Gaal)
87 Patch for :helpclose, Christian Brabandt, 2010 Sep 6.
88
89 Patch to fix line formatting bug. (Christian Brabandt, 2014 Sep 7)
90
91 Patch to fix ml_get error. (Christian Brabandt, 2014 Sep 7)
92
93 Patch by Marcin Szamotulski to add +cmd to buffer commands.
94 (2014 Aug 18)
95
96 Patch to fix encoding of arguments when setting 'encoding'. (Yasuhiro
97 Matsumoto, 2014 Sep 4)
98
99 Patch to fix that system() with empty input fails. (Olaf Dabrunz, 2014 Aug 19)
100
101 When using a visual selection of multiple words and doing CTRL-W_] it jumps to
102 the tag matching the word under the cursor, not the selected text.
103 (Patrick hemmer)
104 Patch by Christian, 2014 Aug 8.
105
106 Completion for :buf does not use 'wildignorecase'. (Akshay H, 2014 May 31)
107
108 Patch to handle list with some items locked. (ZyX, 2014 Aug 17)
109 Prefer the second solution.
110
111 Issue 252. Patch by Christian, 2014 Aug 26.
112
113 ":cd C:\Windows\System32\drivers\etc*" does not work, even though the
114 directory exists. (Sergio Gallelli, 2013 Dec 29)
115 94
116 Patch to add a special key name for K_CURSORHOLD. (Hirohito Higashi, 2014 Aug 95 Patch to add a special key name for K_CURSORHOLD. (Hirohito Higashi, 2014 Aug
117 10) 96 10)
118 97
119 The entries added by matchaddpos() are returned by getmatches() but can't be 98 The entries added by matchaddpos() are returned by getmatches() but can't be
127 inconsistent with the documentation. 106 inconsistent with the documentation.
128 107
129 MS-Windows: Crash opening very long file name starting with "\\". 108 MS-Windows: Crash opening very long file name starting with "\\".
130 (Christian Brock, 2012 Jun 29) 109 (Christian Brock, 2012 Jun 29)
131 110
111 ml_updatechunk() is slow when retrying for another encoding. (John Little,
112 2014 Sep 11)
113
132 Syntax highlighting slow (hangs) in SASS file. (Niek Bosch, 2013 Aug 21) 114 Syntax highlighting slow (hangs) in SASS file. (Niek Bosch, 2013 Aug 21)
133 115
134 Patch to allow for a different icon on MS-Windows. (Yasuhiro Matsumoto, 2014 116 Patch to allow for a different icon on MS-Windows. (Yasuhiro Matsumoto, 2014
135 Sep 7). 117 Sep 7).
136 118
137 Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19) 119 Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
138 120
121 Patch to make closed folds line up. (Charles Campbell, 2014 Sep 12)
122
139 "hi link" does not respect groups with GUI settings only. (Mark Lodato, 2014 123 "hi link" does not respect groups with GUI settings only. (Mark Lodato, 2014
140 Jun 8) 124 Jun 8)
141 125
142 No error for missing endwhile. (ZyX, 2014 Mar 20) 126 No error for missing endwhile. (ZyX, 2014 Mar 20)
127
128 start_global_changes() plus end_global_changes() causes problem for
129 clip_unnamed_plus. (Jason Pleau, 2014 Sep 12)
143 130
144 Patch to add :arglocal and :arglists. (Marcin Szamotulski, 2014 Aug 6) 131 Patch to add :arglocal and :arglists. (Marcin Szamotulski, 2014 Aug 6)
145 132
146 PHP syntax is extremely slow. (Anhad Jai Singh, 2014 Jan 19) 133 PHP syntax is extremely slow. (Anhad Jai Singh, 2014 Jan 19)
147 134
236 Patch to support sorting on floating point number. (Alex Jakushev, 2010 Oct 223 Patch to support sorting on floating point number. (Alex Jakushev, 2010 Oct
237 30) 224 30)
238 225
239 Patch to support expression argument to sort() instead of a function name. 226 Patch to support expression argument to sort() instead of a function name.
240 Yasuhiro Matsumoto, 2013 May 31. 227 Yasuhiro Matsumoto, 2013 May 31.
241 Or should we add a more general mechanism, like lambda functions? 228 Or should we add a more general mechanism, like a lambda() function?
229 Patch by Yasuhiro Matsumoto, 2014 Sep 16.
242 230
243 VMS: Select() doesn't work properly, typing ESC may hang Vim. Use sys$qiow 231 VMS: Select() doesn't work properly, typing ESC may hang Vim. Use sys$qiow
244 instead. (Samuel Ferencik, 2013 Sep 28) 232 instead. (Samuel Ferencik, 2013 Sep 28)
245 233
246 Patch for XDG base directory support. (Jean François Bignolles, 2014 Mar 4) 234 Patch for XDG base directory support. (Jean François Bignolles, 2014 Mar 4)