comparison runtime/doc/todo.txt @ 4098:058f26a834c4

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 06 Feb 2013 17:34:04 +0100
parents e362db8b2d7b
children 61bcafd8c648
comparison
equal deleted inserted replaced
4097:f22d18eb3082 4098:058f26a834c4
1 *todo.txt* For Vim version 7.3. Last change: 2013 Jan 30 1 *todo.txt* For Vim version 7.3. Last change: 2013 Feb 06
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
32 not be repeated below, unless there is extra information. 32 not be repeated below, unless there is extra information.
33 33
34 *known-bugs* 34 *known-bugs*
35 -------------------- Known bugs and current work ----------------------- 35 -------------------- Known bugs and current work -----------------------
36 36
37 Substitute with confirmation and then "q" does not replace anything.
38 (John McGowan)
39
40 Download counter for scripts no longer incremented?
41 Looks like it.
42
37 Several syntax file match "^\s*" which may get underlined if that's in the 43 Several syntax file match "^\s*" which may get underlined if that's in the
38 highlight group. Add a "\zs" after it? 44 highlight group. Add a "\zs" after it?
39 45
40 Go through more coverity reports. 46 Go through more coverity reports.
41 47
42 Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10) 48 Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
43 49
44 Checking runtime scripts: Thilo Six, 2012 Jun 6. 50 Checking runtime scripts: Thilo Six, 2012 Jun 6.
45 51
52 Patch for doc indenting. (Ken Takata, Feb 4)
53
46 GTK: problem with 'L' in 'guioptions' changing the window width. 54 GTK: problem with 'L' in 'guioptions' changing the window width.
47 (Aaron Cornelius, 2012 Feb 6) 55 (Aaron Cornelius, 2012 Feb 6)
48 56
57 Configure change to detect Lua 5.2. (lilydjwg, 2013 Jan 31)
58
49 Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3. 59 Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3.
60
61 Patch to avoid warnings in Perl code. (Christian Brabandt, 2013 Jan 30)
62
63 The " mark is not updated for lines inserted above it. (Roland Eggner, 2013
64 Feb 5)
65
66 Look into patch to add 'linenumber' option. (Nazri Ramliy, 2013 Feb 4)
67
68 Another patch for Python threads, 2 and 3. (Ken Takata, 2013 Jan 31)
69 Does this really work?
70
71 Patch for 'relativenumber' being reset unexpectedly. (Christian Brabandt, 2013
72 Feb 1) Tests Feb 2.
73
74 Patch to avoid useless compare. (Hayaki Saito, 2013 Feb 2)
50 75
51 The CompleteDone autocommand needs some info passed to it: 76 The CompleteDone autocommand needs some info passed to it:
52 - The word that was selected (empty if abandoned complete) 77 - The word that was selected (empty if abandoned complete)
53 - Type of completion: tag, omnifunc, user func. 78 - Type of completion: tag, omnifunc, user func.
54 79
55 Patch for mzscheme. (Sergey Khorev, 2012 Nov 19)
56 Updated patch 2013 Jan 28.
57
58 Patch to fix :s command with confirm and typing "a". (Christian Brabandt, 2012
59 Oct 28)
60
61 /[^\n] does match at a line break. Expected to do the same as /.
62 Patch by Christian Brabandt, 2012 Dec 1.
63 Test files in archive in another message.
64
65 Patch to make multibyte input work on Win32 console when codepage differs from 80 Patch to make multibyte input work on Win32 console when codepage differs from
66 'encoding'. (Ken Takata, 2012 Sep 29) 81 'encoding'. (Ken Takata, 2012 Sep 29)
67 82
68 Patch for building with Ruby and Cygwin. (Ken Takata, 2013 Jan 9) 83 Patch for building with Ruby and Cygwin. (Ken Takata, 2013 Jan 9)
69 84
72 87
73 It's possible to define an input() function that overrides the built-in one. 88 It's possible to define an input() function that overrides the built-in one.
74 (ZyX, 2012 Sep 28) 89 (ZyX, 2012 Sep 28)
75 90
76 Patch to add sha256() function. (Tyru, 2013 Jan 8) 91 Patch to add sha256() function. (Tyru, 2013 Jan 8)
92 Test by Higashi, 2013 Feb 2.
93 All together (tyru, 2013 Feb 5)
77 94
78 Patch to make pyeval() print error messages. (ZyX, 2013 Jan 12) 95 Patch to make pyeval() print error messages. (ZyX, 2013 Jan 12)
79 96
80 Win32: When a directory name contains an exclamation mark, completion doesn't 97 Win32: When a directory name contains an exclamation mark, completion doesn't
81 complete the contents of the directory. No escaping for the "!"? (Jan 98 complete the contents of the directory. No escaping for the "!"? (Jan
88 Update by Ken Takata (2012 Dec 31, 2013 Jan 4, 2013 Jan 26) 105 Update by Ken Takata (2012 Dec 31, 2013 Jan 4, 2013 Jan 26)
89 106
90 Problem parsing expression with function(). (Andy Wokula, 2012 Nov 22) 107 Problem parsing expression with function(). (Andy Wokula, 2012 Nov 22)
91 Patch by Christian Brabandt, Nov 22. Tests in another patch, Nov 23. 108 Patch by Christian Brabandt, Nov 22. Tests in another patch, Nov 23.
92 109
93 Patch to add default value to getbufvar() et al. (Hirohito Higashi, 2013 Jan 1) 110 Patch to add default value to getbufvar() et al. (Shougo Matsushita, Hirohito
111 Higashi, 2013 Jan 1)
94 112
95 Problem caused by patch 7.3.638: window->open does not update window 113 Problem caused by patch 7.3.638: window->open does not update window
96 correctly. Issue 91. 114 correctly. Issue 91.
97 115
98 Patch to fix compiler warnings for MingW 4.5.3. (Ken Takata, 2013 Jan 26) 116 Patch to fix compiler warnings for MingW 4.5.3. (Ken Takata, 2013 Jan 26)
404 422
405 When a buffer-local mapping is used, but a global mapping starts with the same 423 When a buffer-local mapping is used, but a global mapping starts with the same
406 characters, Vim currently waits for the next typed character to find out if 424 characters, Vim currently waits for the next typed character to find out if
407 the global mapping matches. It is probably better to let the local mapping 425 the global mapping matches. It is probably better to let the local mapping
408 win and not wait. (discussion with Andy Wokula, 2013 Jan 30) 426 win and not wait. (discussion with Andy Wokula, 2013 Jan 30)
427 Patch by Michael Henry, 2013 Jan 30.
409 428
410 When doing "redir => s:foo" in a script and then "redir END" somewhere else 429 When doing "redir => s:foo" in a script and then "redir END" somewhere else
411 (e.g. in a function) it can't find s:foo. 430 (e.g. in a function) it can't find s:foo.
412 431
413 When setqflist() uses a filename that triggers a BufReadCmd autocommand Vim 432 When setqflist() uses a filename that triggers a BufReadCmd autocommand Vim