comparison runtime/doc/todo.txt @ 12968:45987b1b77dc

Update runtime files commit https://github.com/vim/vim/commit/2f0584910c0ea93966dfa7b3b0272dfb16ea6f91 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 30 20:27:52 2017 +0100 Update runtime files
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Nov 2017 20:30:08 +0100
parents 1578c0ba0dd1
children a6d3e2081544
comparison
equal deleted inserted replaced
12967:ec2cd6ab9411 12968:45987b1b77dc
1 *todo.txt* For Vim version 8.0. Last change: 2017 Nov 21 1 *todo.txt* For Vim version 8.0. Last change: 2017 Nov 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
32 maillist. Updates will be forwarded to the |vim_dev| maillist. Issues 32 maillist. Updates will be forwarded to the |vim_dev| maillist. Issues
33 entered there will not be repeated below, unless there is extra information. 33 entered there will not be repeated below, unless there is extra information.
34 34
35 *known-bugs* 35 *known-bugs*
36 -------------------- Known bugs and current work ----------------------- 36 -------------------- Known bugs and current work -----------------------
37
38 Motif testgui:
39 From test_options.vim:
40 Found errors in Test_set_values():
41 Caught exception in Test_set_values(): Vim(set):E596: Invalid font(s): guifont=fixedsys @ /home/mool/vim/vim80/src/testdir/opt_test.vim, line 1153
42
43 WinBar: balloon shows up for next line
37 44
38 No maintainer for Vietnamese translations. 45 No maintainer for Vietnamese translations.
39 No maintainer for Simplified Chinese translations. 46 No maintainer for Simplified Chinese translations.
40 47
41 Terminal emulator window: 48 Terminal emulator window:
148 - signed integer overflow in get_address() (#2248) 155 - signed integer overflow in get_address() (#2248)
149 - signed integer overflow in getdecchrs() (#2254) 156 - signed integer overflow in getdecchrs() (#2254)
150 - signed integer overflow in nfa_regatom() (#2251) 157 - signed integer overflow in nfa_regatom() (#2251)
151 - undefined left shift in get_string_tv() (#2250) 158 - undefined left shift in get_string_tv() (#2250)
152 159
153 Patch to use imactivatefunc() also without +xim feature. (Yasuhiro Matsumoto, 160 patch for: fix SHIFT-Insert on Windows command prompt (Yasuhiro Matsumoto,
154 2017 Nov 19, #2349) 161 #2381)
162
163 Patch for profile log truncating halfway a character. (ichizok, 2017 Nov 28,
164 #2385)
165
166 WinBar: Maximizing window causes window size to be wrong. (Lifepillar, 2017
167 Nov 29, #2356)
168
169 CTRL-A does not work with empty line. (Alex, #2387)
170 Patch by Hirohito Higashi, 2017 Nov 29.
155 171
156 'hlsearch' shows empty matches, which means highlighting everything. 172 'hlsearch' shows empty matches, which means highlighting everything.
157 Don't do that. For "foo\|" or "\v" 173 Don't do that. For "foo\|" or "\v"
158 Patch from Christian, 2017 Nov 14. Should still display "$" matches. 174 Patch from Christian, 2017 Nov 14. Should still display "$" matches.
159 175
169 (Marcin Szewczyk, 2017 Apr 26) 185 (Marcin Szewczyk, 2017 Apr 26)
170 186
171 Using 'wildignore' also applies to literally entered file name. Also with 187 Using 'wildignore' also applies to literally entered file name. Also with
172 :drop (remote commands). 188 :drop (remote commands).
173 189
174 Race condition between stat() and open() in write_viminfo(). Use open() in the
175 loop and try another name instead of using a temp file. (Simon Ruderich)
176 The first one, when viminfo is new, should just fail if it creating with
177 O_EXCL fails.
178 Also use umask instead of mch_fopen() after vim_tempname().
179
180 "gvim --remote" from a directory with non-word characters changes the current 190 "gvim --remote" from a directory with non-word characters changes the current
181 directory (Paulo Marcel Coelho Arabic, 2017 Oct 30, #2266) 191 directory (Paulo Marcel Coelho Arabic, 2017 Oct 30, #2266)
182 Also see #1689. 192 Also see #1689.
183 193
184 ml_get error when using a Python. (Yggdroot, 2017 Jun 1, #1737) 194 ml_get error when using a Python. (Yggdroot, 2017 Jun 1, #1737)
185 Lemonboy can reproduce (2017 Jun 5) 195 Lemonboy can reproduce (2017 Jun 5)
186 196
197 Patch to fix E806. (Dominique, 2017 Nov 22, #2368)
198 Kazunobu Kuriyama: caused by XtSetLanguageProc().
199
187 Invalid range error when using BufWinLeave for closing terminal. 200 Invalid range error when using BufWinLeave for closing terminal.
188 (Gabriel Barta, 2017 Nov 15, #2339) 201 (Gabriel Barta, 2017 Nov 15, #2339)
189 202
190 ml_get errors with buggy script. (Dominique, 2017 Apr 30) 203 ml_get errors with buggy script. (Dominique, 2017 Apr 30)
191 204
206 Patch to fix cmdline abbreviation after '<,'>. (Christian Brabandt, 2017 Nov 219 Patch to fix cmdline abbreviation after '<,'>. (Christian Brabandt, 2017 Nov
207 13, on issue #2320) 220 13, on issue #2320)
208 221
209 Patch to add TextDeletePost and TextYankPost events. (Philippe Vaucher, 2011 222 Patch to add TextDeletePost and TextYankPost events. (Philippe Vaucher, 2011
210 May 24) Update May 26. 223 May 24) Update May 26.
211 Now in patch by Lemonboy, #2333 (who is Lemonboy?) 224 Now in patch by Lemonboy, #2333
212 225
213 Default install on MS-Windows should source defaults.vim. 226 Default install on MS-Windows should source defaults.vim.
214 Ask whether to use Windows or Vim key behavior? 227 Ask whether to use Windows or Vim key behavior?
215 228
216 Patch for improving detecting Ruby on Mac in configure. (Ilya Mikhaltsou, 2017 229 Patch for improving detecting Ruby on Mac in configure. (Ilya Mikhaltsou, 2017