1- *todo.txt* For Vim version 7.4. Last change: 2013 Nov 14
1+ *todo.txt* For Vim version 7.4. Last change: 2013 Nov 26
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,28 +34,28 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- Patch From Lech Lorens doesn't quite work:
38- Problem: When using ":'<,'>del" errors may be given for the visual line
39- numbers being out of range.
40- Solution: Reset Visual mode in ":del". (Lech Lorens)
41- Files: src/ex_docmd.c
37+ NFA regexp doesn't count tab matches correctly. (Urtica Dioica / gaultheria
38+ Shallon, 2013 Nov 18)
4239
43-
44- Using \1 in pattern goes one line too far. (Bohr Shaw, 2013 Sep 5)
45- Column is OK. "/\v(^.+\n)\1/e" (John Little, Sep 5)
46- Also, matches start of 2nd line, not the whole line.
47-
48- NFA regexp doesn't handle backreference correctly. (Ryuichi Hayashida, 2013
49- Oct 10)
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)
5043
5144Error for incomplete help argument. (John Beckett, 2013 Sep 12)
5245
46+ Tutor: adjust text to start the tutor. (Jakson Alves de Aquino, 2013 Nov 19)
47+
5348Should win_redr_custom() not be allowed to use recursively?
5449(Yasuhiro Matsumoto, 2013 Aug 15)
5550
5651NFA engine combining character mismatch. (glts, 2013 Aug 27)
5752Remark Dominique, Aug 27
5853
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)
58+
5959Problem that a previous silent ":throw" causes a following try/catch not to
6060work. (ZyX, 2013 Sep 28)
6161
@@ -72,9 +72,13 @@ Patch to support slices in Python vim.List. (ZyX, 2013 Oct 20)
7272
7373Patch to support iterator on Python vim.options. (ZyX, 2013 Nov 2)
7474
75+ Patch to fix that "zG" leaves temp files around. (Ken Takata, 2013 Nov 22)
76+
7577Patch to make Dictionary.update() work without arguments.
7678(ZyX, 2013 Oct 19)
7779
80+ Bug caused by patch 7.3.1288? Issue 183.
81+
7882Patch for Cobol ftplugin. (ZyX, 2013 Oct 20)
7983Await response from maintainer.
8084
@@ -93,6 +97,8 @@ Issue 174: Detect Mason files.
9397Patch to make has() check for Vim version and patch at the same time.
9498(Marc Weber, 2013 Jun 7)
9599
100+ Regression on pach 7.4.034. (Ingo Karkat, 2013 Nov 20)
101+
96102VMS: Select() doesn't work properly, typing ESC may hang Vim. Use sys$qiow
97103instead. (Samuel Ferencik, 2013 Sep 28)
98104
@@ -119,7 +125,7 @@ With "$" in 'cpoptions' the popup menu isn't fully drawn. (Matti Niemenmaa,
119125
120126"gUgn" cannot be repeated, while "dgn" can. (Dimitar Dimitrov)
121127Patch by Christian Brabandt (2013 Aug 12)
122- Also notes by Christian Wellenbrock, Nov 13.
128+ Also notes by Christian Wellenbrock, Nov 13, response from Christian Nov 14 .
123129
124130Several Win32 functions are not using Unicode.
125131Patches to fix this. (Ken Takata, 2013 Aug 9)
@@ -132,6 +138,11 @@ Undo message is not always properly displayed. Patch by Ken Takata, 2013 oct
132138
133139/[b-a] gives error E16, should probably be E769.
134140
141+ 7 Windows XP: When using "ClearType" for text smoothing, a column of yellow
142+ pixels remains when typing spaces in front of a "D" ('guifont' set to
143+ "lucida_console:h8").
144+ Patch by Thomas Tuegel, also for GTK, 2013 Nov 24
145+
135146:help gives example for z?, but it does not work. m? and t? do work.
136147
137148Python: Extended funcrefs: use func_T* structure in place of char_u* function
@@ -140,6 +151,9 @@ names. (ZyX, 2013 Jul 15, update Sep 22, 24, 28)
140151Patch to add funcref to Lua. (Luis Carvalho, 2013 Sep 4)
141152With tests: Sep 5.
142153
154+ Patch to fix that on suckless Terminal mousewheel up does not work.
155+ (Ralph Eastwood, 2013 Nov 25)
156+
143157Discussion about canonicalization of Hebrew. (Ron Aaron, 2011 April 10)
144158
145159Patch to make external commands work with multi-byte characters on Win32 when
@@ -150,9 +164,18 @@ Checking runtime scripts: Thilo Six, 2012 Jun 6.
150164Fold can't be opened after ":move". (Ein Brown)
151165Patch from Christian Brabandt doesn't fix it completely.
152166
167+ Patch for drag&drop reordering of GUI tab pages reordering.
168+ (Ken Takata, 2013 Nov 22, second one, also by Masamichi Abe)
169+
170+ ":sign-jump" uses first window in buffer instead of current window.
171+ Patch by James McCoy, 2013 Nov 22.
172+
153173GTK: problem with 'L' in 'guioptions' changing the window width.
154174(Aaron Cornelius, 2012 Feb 6)
155175
176+ Patch to add option that tells whether small deletes go into the numbered
177+ registers. (Aryeh Leib Taurog, 2013 Nov 18)
178+
156179Javascript file where indent gets stuck on: GalaxyMaster, 2012 May 3.
157180
158181The BufUnload event is triggered when re-using the empty buffer.
@@ -177,6 +200,9 @@ Or should we add a more general mechanism, like lambda functions?
177200Problem caused by patch 7.3.638: window->open does not update window
178201correctly. Issue 91.
179202
203+ Exception caused by argument of return is not caught by try/catch.
204+ (David Barnett, 2013 Nov 19)
205+
1802068 'backupdir' and 'directory' should use $TMPDIR, $TMP and/or $TEMP when
181207 defined.
182208Issue 28.
@@ -243,6 +269,12 @@ a reboot.
243269MS-Windows: Crash opening very long file name starting with "\\".
244270(Christian Brock, 2012 Jun 29)
245271
272+ Patch to have text objects defined by arbitrary single characters. (Daniel
273+ Thau, 2013 Nov 20)
274+
275+ Patch to select the next or previous text object if there isn't one under the
276+ cursor. (Daniel Thau, 2013 Nov 20)
277+
246278patch to add "combine" flag to syntax commands. (so8res, 2012 Dec 6)
247279
248280Syntax update problem in one buffer opened in two windows, bottom window is
@@ -516,6 +548,8 @@ following "redir" command gives an error for not being able to access s:foo.
516548When setqflist() uses a filename that triggers a BufReadCmd autocommand Vim
517549doesn't jump to the correct line with :cfirst. (ZyX, 2011 Sep 18)
518550
551+ Behavior of i" and a" text objects isn't logical. (Ben Fritz, 2013 Nov 19)
552+
5195537 Make "ga" show the digraph for a character, if it exists.
520554Patch from Christian Brabandt, 2011 Aug 19.
521555
@@ -1399,6 +1433,10 @@ Does the conversion in the other direction work when 'fileencodings' is set
13991433properly?
14001434
14011435Add a few features to xxd. (Vadim Vygonets, 2013 Nov 11)
1436+ Patches: 2013 Nov 19
1437+ 1: Add -e: little endian hexdump
1438+ 2: Add -o: add offset to displayed position
1439+ 3: Change displayed file position width to 8 chars
14021440
14031441Cursor displayed in the wrong position when using 'numberwidth' . (James Vega,
140414422007 Jun 21)
@@ -1969,9 +2007,6 @@ Win32 GUI known bugs:
19692007 Tutorial: http://win32assembly.online.fr/tut32.html
197020088 In eval.c, io.h is included when MSWIN32 is defined. Shouldn't this be
19712009 WIN32? Or can including io.h be moved to vim.h? (Dan Sharp)
1972- 7 Windows XP: When using "ClearType" for text smoothing, a column of yellow
1973- pixels remains when typing spaces in front of a "D" ('guifont' set to
1974- "lucida_console:h8").
197520106 Win32 GUI: With "-u NONE -U NONE" and doing "CTRL-W v" "CTRL-W o", the ":"
19762011 of ":only" is highlighted like the cursor. (Lipelis)
197720128 When 'encoding' is "utf-8", should use 'guifont' for both normal and wide
0 commit comments