1- *todo.txt* For Vim version 7.4. Last change: 2013 Nov 26
1+ *todo.txt* For Vim version 7.4. Last change: 2013 Dec 11
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,35 +34,22 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- NFA regexp doesn't count tab matches correctly. (Urtica Dioica / gaultheria
38- Shallon, 2013 Nov 18)
39-
40- After patch 7.4.100 there is still a difference between NFA and old engine.
41- 25 a's with pattern \v^(aa+)\1+$ (Urtica Dioica, 2013 Nov 21)
42- Also: 9 a's with pattern \v^(a{-2,} )\1+$ (Nov 23)
43-
44- Error for incomplete help argument. (John Beckett, 2013 Sep 12)
45-
46- Tutor: adjust text to start the tutor. (Jakson Alves de Aquino, 2013 Nov 19)
47-
48- Should win_redr_custom() not be allowed to use recursively?
49- (Yasuhiro Matsumoto, 2013 Aug 15)
50-
51- NFA engine combining character mismatch. (glts, 2013 Aug 27)
52- Remark Dominique, Aug 27
53-
54- Patch to fix building with Ruby on Cygwin. (Steve Hall, 2013 Nov 21)
55-
56- Patch to fix that in Python vim.eval errors are not caught by try/catch.
57- (ZyX, 2013 Nov 26)
37+ Regexp problems:
38+ - NFA regexp doesn't count tab matches correctly. (Urtica Dioica / gaultheria
39+ Shallon, 2013 Nov 18)
40+ - After patch 7.4.100 there is still a difference between NFA and old engine.
41+ 25 a's with pattern \v^(aa+)\1+$ (Urtica Dioica, 2013 Nov 21) Also: 9 a's
42+ with pattern \v^(a{-2,} )\1+$ (Nov 23)
43+ - NFA engine combining character mismatch. (glts, 2013 Aug 27)
44+ Remark from Dominique, Aug 27
45+ - Issue 164: freeze on regexp search.
46+ - NFA problem with non-greedy match and branches. (Ingo Karkat, 2013 Nov 29)
5847
5948Problem that a previous silent ":throw" causes a following try/catch not to
6049work. (ZyX, 2013 Sep 28)
6150
6251Problem using ":try" inside ":execute". (ZyX, 2013 Sep 15)
6352
64- Issue 164: freeze on regexp search.
65-
6653Update for Clojure ftplugin. (Sung Pae). Await discussion about formatting in
6754ftplugins.
6855
@@ -72,18 +59,17 @@ Patch to support slices in Python vim.List. (ZyX, 2013 Oct 20)
7259
7360Patch to support iterator on Python vim.options. (ZyX, 2013 Nov 2)
7461
75- Patch to fix that "zG" leaves temp files around. (Ken Takata, 2013 Nov 22)
76-
7762Patch to make Dictionary.update() work without arguments.
7863(ZyX, 2013 Oct 19)
7964
80- Bug caused by patch 7.3.1288? Issue 183.
81-
8265Patch for Cobol ftplugin. (ZyX, 2013 Oct 20)
8366Await response from maintainer.
8467
8568Include systemverilog file? Two votes yes.
8669
70+ Patch to add :S modifier for excaping the current file name.
71+ (ZyX, 2013 Nov 30) Update Dec 5.
72+
8773Problem with 'spellsuggest' file, only works for some words.
8874(Cesar Romani, 2013 Aug 20) Depends on file name? (Aug 24)
8975Additional remark by glts: the suggested words are marked bad?
@@ -104,32 +90,27 @@ instead. (Samuel Ferencik, 2013 Sep 28)
10490
10591Series of patches for NL vs NUL handling. (ZyX, 2013 Nov 3, Nov 9)
10692
93+ Patch to add v:completed_item. (Shougo Matsu, 2013 Nov 29).
94+
10795Perl: support for Activestate perl 5.18: Issue 170.
10896
10997Several syntax file match "^\s*" which may get underlined if that's in the
11098highlight group. Add a "\zs" after it?
11199
100+ Patch to fix temp directories for Windows, so that it works without tweaking.
101+ Issue 28.
102+
112103Go through more coverity reports.
113104
114105Include Haiku port? (Adrien Destugues, Siarzhuk Zharski, 2013 Oct 24)
115106
116107Updated spec ftplugin. (Matěj Cepl, 2013 Oct 16)
117108
118- Patch to make ColorScheme autocommand match with the colorscheme name instead
119- of the buffer name. (Christian Brabandt, 2013 Sep 25)
120-
121109Patch to right-align signs. (James Kolb (email james), 2013 Sep 23)
122110
123111With "$" in 'cpoptions' the popup menu isn't fully drawn. (Matti Niemenmaa,
1241122013 Sep 5)
125113
126- "gUgn" cannot be repeated, while "dgn" can. (Dimitar Dimitrov)
127- Patch by Christian Brabandt (2013 Aug 12)
128- Also notes by Christian Wellenbrock, Nov 13, response from Christian Nov 14.
129-
130- Several Win32 functions are not using Unicode.
131- Patches to fix this. (Ken Takata, 2013 Aug 9)
132-
133114Patch to add item in 'listchars' to repeat first character. (Nathaniel Braun,
134115pragm, 2013 Oct 13)
135116
@@ -147,6 +128,7 @@ Patch by Thomas Tuegel, also for GTK, 2013 Nov 24
147128
148129Python: Extended funcrefs: use func_T* structure in place of char_u* function
149130names. (ZyX, 2013 Jul 15, update Sep 22, 24, 28)
131+ Also fixes Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5)
150132
151133Patch to add funcref to Lua. (Luis Carvalho, 2013 Sep 4)
152134With tests: Sep 5.
@@ -156,14 +138,14 @@ Patch to fix that on suckless Terminal mousewheel up does not work.
156138
157139Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
158140
159- Patch to make external commands work with multi-byte characters on Win32 when
160- 'encoding' differs from the active codepage. (Yasuhiro Matsumoto, 2013 Aug 5)
161-
162141Checking runtime scripts: Thilo Six, 2012 Jun 6.
163142
164143Fold can't be opened after ":move". (Ein Brown)
165144Patch from Christian Brabandt doesn't fix it completely.
166145
146+ Patch from Christian Brabandt to preserve upper case marks when wiping out a
147+ buffer. (2013 Dec 9)
148+
167149Patch for drag&drop reordering of GUI tab pages reordering.
168150(Ken Takata, 2013 Nov 22, second one, also by Masamichi Abe)
169151
@@ -200,6 +182,12 @@ Or should we add a more general mechanism, like lambda functions?
200182Problem caused by patch 7.3.638: window->open does not update window
201183correctly. Issue 91.
202184
185+ Patch to add {lhs} to :mapclear: clear all maps starting with {lhs} .
186+ (Christian Brabandt, 2013 Dec 9)
187+
188+ The garbage collector may use too much stack. Make set_ref_in_item()
189+ iterative instead of recursive. Test program by Marc Weber (2013 Dec 10)
190+
203191Exception caused by argument of return is not caught by try/catch.
204192(David Barnett, 2013 Nov 19)
205193
@@ -277,6 +265,9 @@ cursor. (Daniel Thau, 2013 Nov 20)
277265
278266patch to add "combine" flag to syntax commands. (so8res, 2012 Dec 6)
279267
268+ Bug caused by patch 7.3.1288? Issue 183.
269+ I can't reproduce it.
270+
280271Syntax update problem in one buffer opened in two windows, bottom window is
281272not correctly updated. (Paul Harris, 2012 Feb 27)
282273
@@ -402,6 +393,8 @@ Patch to add digraph() function. (Christian Brabandt, 2013 Aug 22, update Aug
402393
403394Patch for input method status. (Hirohito Higashi, 2012 Apr 18)
404395
396+ Update Vim app icon (for Gnome). (Jakub Steiner, 2013 Dec 6)
397+
405398Patch to use .png icons for the toolbar on MS-Windows. (Martin Gieseking, 2013
406399Apr 18)
407400
@@ -420,8 +413,6 @@ And one for gui_x11.txt.
420413finddir() has the same problem. (Yukihiro Nakadaira, 2012 Jan 10)
421414Requires a rewrite of the file_file_in_path code.
422415
423- Problem with l: dictionary being locked in a function. (ZyX, 2011 Jul 21)
424-
425416Should use has("browsefilter") in ftplugins. Requires patch 7.3.593.
426417
427418Update for vim2html.pl. (Tyru, 2013 Feb 22)
@@ -503,8 +494,6 @@ When using a Vim server, a # in the path causes an error message.
503494Setting $HOME on MS-Windows is not very well documented. Suggestion by Ben
504495Fritz (2011 Oct 27).
505496
506- Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5)
507-
508497Bug: Windows 7 64 bit system freezes when 'clipboard' set to "unnamed" and
509498doing ":g/test/d". Putting every delete on the clipboard? (Robert Chan, 2011
510499Jun 17)
0 commit comments