comparison runtime/doc/todo.txt @ 7659:07f11de5efca

commit https://github.com/vim/vim/commit/85084ef1e999dcf50e8d466106a33bac24a0febb Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 22:26:33 2016 +0100 Update help files.
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 22:30:06 +0100
parents 3012eaddb6b2
children 41768bcebc9b
comparison
equal deleted inserted replaced
7658:fc6d585a9726 7659:07f11de5efca
1 *todo.txt* For Vim version 7.4. Last change: 2016 Jan 15 1 *todo.txt* For Vim version 7.4. Last change: 2016 Jan 17
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
95 Add configure check? 95 Add configure check?
96 Should use /usr/local/share/applications or /usr/share/applications. 96 Should use /usr/local/share/applications or /usr/share/applications.
97 Or use $XDG_DATA_DIRS. 97 Or use $XDG_DATA_DIRS.
98 Also need to run update-desktop-database (Kuriyama Kazunobu, 2015 Nov 4) 98 Also need to run update-desktop-database (Kuriyama Kazunobu, 2015 Nov 4)
99 99
100 Add has('crypt-blowfish') and has('crypt-blowfish2') (Smu Johnson)
101
102 Access to uninitialized memory in match_backref() regexp_nda.c:4882 100 Access to uninitialized memory in match_backref() regexp_nda.c:4882
103 (Dominique Pelle, 2015 Nov 6) 101 (Dominique Pelle, 2015 Nov 6)
104 102
105 ":cd C:\Windows\System32\drivers\etc*" does not work, even though the 103 ":cd C:\Windows\System32\drivers\etc*" does not work, even though the
106 directory exists. (Sergio Gallelli, 2013 Dec 29) 104 directory exists. (Sergio Gallelli, 2013 Dec 29)
123 Instead of separately uploading patches to the ftp site, we can get them from 121 Instead of separately uploading patches to the ftp site, we can get them from
124 github with a URL like this: 122 github with a URL like this:
125 https://github.com/vim/vim/compare/v7.4.920%5E...v7.4.920.diff 123 https://github.com/vim/vim/compare/v7.4.920%5E...v7.4.920.diff
126 Diff for version.c contains more context, can't skip a patch. 124 Diff for version.c contains more context, can't skip a patch.
127 > 125 >
128 Can src/GvimExt/Make_cyg.mak be removed?
129 Same for src/xxd/Make_cyg.mak
130
131 When t_Co is changed from termresponse, the OptionSet autocmmand event isn't 126 When t_Co is changed from termresponse, the OptionSet autocmmand event isn't
132 triggered. Use the code from the end of set_num_option() in 127 triggered. Use the code from the end of set_num_option() in
133 set_color_count(). 128 set_color_count().
134 129
135 Python: ":py raw_input('prompt')" doesn't work. (Manu Hack) 130 Python: ":py raw_input('prompt')" doesn't work. (Manu Hack)
136 131
137 Patch to fix cursor position in right-left mode with concealing.
138 (Hirohito Higashi, 2016 Jan 13)
139
140 Plugin to use Vim in MANPAGER. Konfekt, PR #491 132 Plugin to use Vim in MANPAGER. Konfekt, PR #491
141 133
142 Using uninitialized memory. (Dominique Pelle, 2015 Nov 4) 134 Using uninitialized memory. (Dominique Pelle, 2015 Nov 4)
143
144 Patch for explaining the help. (Christian Brabandt, 2015 Jan 8)
145 Should be in the user manual?
146
147 Patch to recognize string slice for variable followed by colon.
148 (Hirohito Higashi, 2015 Nov 24)
149
150 Patch to add debug backtrace. (Alberto Fanjul, 2015 Sep 27)
151 Update 2016 Jan 2. Issue #433
152
153 Patch to gvim.nsi for appveyor build. (Ken Takata, 2016 Jan 12)
154
155 Patch to improve behavior of dead keys on MS-Windows. (John Wellesz, 2015 Aug
156 25) https://github.com/vim/vim/pull/399.diff
157
158 Patch to make mzscheme (racket) interface work. (Yukihiro Nakadaira, 2015 Jan
159 10) Doesn't work for me, need to build from source. Include anyway?
160 Additional patch by Ken Takata, 2016 Jan 13.
161 Merged patch by Yasuhiro Nakadaira,, 2016 Jan 14.
162 Update for INSSTALLpc.txt by Ken Takata, Jan 14.
163 135
164 MS-Windows: When editing a file with a leading space, writing it uses the 136 MS-Windows: When editing a file with a leading space, writing it uses the
165 wrong name. (Aram, 2014 Nov 7) Vim 7.4. 137 wrong name. (Aram, 2014 Nov 7) Vim 7.4.
166 138
167 Can't recognize the $ProgramFiles(x86) environment variable. Recognize it 139 Can't recognize the $ProgramFiles(x86) environment variable. Recognize it
169 141
170 Half-finished patch to fix the Problem using cgn to change a search hit when 142 Half-finished patch to fix the Problem using cgn to change a search hit when
171 replacement includes hit. Reported by John Beckett, fix by Christian Brabandt, 143 replacement includes hit. Reported by John Beckett, fix by Christian Brabandt,
172 2016 Jan 11. 144 2016 Jan 11.
173 145
174 Patch to fix pointer cast warning in VS2015. (Mike Williams, 2015 Dec 13)
175 Patch to make building GVimExt with VS2015. (Mike Williams, 2015 Dec 13)
176
177 Value returned by virtcol() changes depending on how lines wrap. This is 146 Value returned by virtcol() changes depending on how lines wrap. This is
178 inconsistent with the documentation. 147 inconsistent with the documentation.
179 148
180 Patch to add perleval(). (Damien, 2015 Dec 8, update 2016 Jan 4)
181
182 Can we cache the syntax attributes, so that updates for 'relativenumber' and 149 Can we cache the syntax attributes, so that updates for 'relativenumber' and
183 'cursorline'/'cursorcolumn' are a lot faster? 150 'cursorline'/'cursorcolumn' are a lot faster?
184
185 Patch to add window and tab arguments to getcwd(). (Thinca, 2015 Nov 15)
186 151
187 Build with Python on Mac does not always use the right library. 152 Build with Python on Mac does not always use the right library.
188 (Kazunobu Kuriyama, 2015 Mar 28) 153 (Kazunobu Kuriyama, 2015 Mar 28)
189 154
190 Patch to support Python 'None' value in pyeval(). (Damien, 2015 Nov 21) 155 Patch to support Python 'None' value in pyeval(). (Damien, 2015 Nov 21)
284 a copy-buffer, only when langmap is appropriate for the current mode. Then 249 a copy-buffer, only when langmap is appropriate for the current mode. Then
285 check for mapping and let gotchars() work on the copy-buffer. 250 check for mapping and let gotchars() work on the copy-buffer.
286 - Remove LANGMAP_ADJUST() in other parts of the code. Make sure the mode is 251 - Remove LANGMAP_ADJUST() in other parts of the code. Make sure the mode is
287 covered by the above change. 252 covered by the above change.
288 So that replaying the register doesn't use keymap/langmap and still does the 253 So that replaying the register doesn't use keymap/langmap and still does the
289 same thing. Remarks on issue 543. 254 same thing. Remarks on issue 543 (Roland Puntaier).
290 255
291 Patch to add grepfile(). (Scott Prager, 2015 May 26) 256 Patch to add grepfile(). (Scott Prager, 2015 May 26)
292 Work in progress. 257 Work in progress.
293 258
294 Patch for global-local options consistency. (Arnaud Decara, 2015 Jul 22) 259 Patch for global-local options consistency. (Arnaud Decara, 2015 Jul 22)