1- *todo.txt* For Vim version 7.4. Last change: 2014 Jul 04
1+ *todo.txt* For Vim version 7.4. Last change: 2014 Jul 10
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,13 +34,7 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- Sort is still not stable, add an index in the array.
38- See patch from Takimoto.
39-
40- Another follow-up patch for breakindent. (Christian, 2014 Jun 28)
41-
42- After patch 7.4.305 the termresponse isn't requested at all?
43- (Tomas Janousek, 2014 Jul 1, Jul 2)
37+ Forfeit test_listlbr when encoding is not utf8? (Danek Duvall)
4438
4539Regexp problems:
4640- Bug with pattern: '\vblock (\d+)\.\n.*\d+%(\1)@<!\.$'
@@ -55,26 +49,17 @@ Regexp problems:
5549- Does not work with NFA regexp engine:
5650 \%u, \%x, \%o, \%d followed by a composing character
5751
52+ Patch to set y_width when getting the register from the clipboard.
53+ (Yukihiro Nakadaira, 2014 Jul 10)
54+
5855Problem that a previous silent ":throw" causes a following try/catch not to
5956work. (ZyX, 2013 Sep 28)
6057
6158Completion for :buf does not use 'wildignorecase' . (Akshay H, 2014 May 31)
6259
63- Patch to avoid inconsistency of using \v and \V after $ in regexp.
64- (Ozaki Kiichi, 2014 Jul 2)
65-
6660":cd C:\Windows\System32\drivers\etc*" does not work, even though the
6761directory exists. (Sergio Gallelli, 2013 Dec 29)
6862
69- Make matchparen faster by not using winsaveview()/winrestview().
70- (Alexey Radkov, 2014 Jun 28)
71-
72- Patch to avoid flicker when filling the preview window.
73- (Hirohito Higashi, 2014 Jul 2)
74-
75- matchaddpos() doesn't handle wrong byte length well, e.g. using 1 on a
76- multi-byte charcter. (lcd47, 2014 Jun 29)
77-
7863The entries added by matchaddpos() are returned by getmatches() but can't be
7964set with setmatches(). (lcd47, 2014 Jun 29)
8065
@@ -92,9 +77,6 @@ MS-Windows: Crash opening very long file name starting with "\\".
9277
9378Syntax highlighting slow (hangs) in SASS file. (Niek Bosch, 2013 Aug 21)
9479
95- Patch to translate 0xce in K_NUL 3. (Yasuhiro Matsumoto, 2014 June 6)
96- Update by Nobuhiro Takasaki, Jun 19.
97-
9880Adding "~" to 'cdpath' doesn't work for completion? (Davido, 2013 Aug 19)
9981
10082"hi link" does not respect groups with GUI settings only. (Mark Lodato, 2014
@@ -375,6 +357,7 @@ Patch to allow setting w:quickfix_title via setqflist() and setloclist()
375357functions. (Christian Brabandt, 2013 May 8, update May 21)
376358Patch to add getlocstack() / setlocstack(). (Christian Brabandt, 2013 May 14)
377359Second one. Update May 22.
360+ Update by Daniel Hahler, 2014 Jul 4.
378361
379362Patch to make fold updates much faster. (Christian Brabandt, 2012 Dec)
380363
0 commit comments