comparison runtime/doc/todo.txt @ 6070:32a77cc160d9

Update runtime files. Make matchparen plugin backwards compatible. Add json filetype.
author Bram Moolenaar <bram@vim.org>
date Sat, 19 Jul 2014 14:04:47 +0200
parents 0efec12f52ac
children 7090d7f160f7
comparison
equal deleted inserted replaced
6069:febc041c984b 6070:32a77cc160d9
1 *todo.txt* For Vim version 7.4. Last change: 2014 Jul 10 1 *todo.txt* For Vim version 7.4. Last change: 2014 Jul 19
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 Forfeit test_listlbr when encoding is not utf8? (Danek Duvall) 37 Completion menu: remove redraw (Hirohito Higashi)
38 38
39 Regexp problems: 39 Regexp problems:
40 - Bug with pattern: '\vblock (\d+)\.\n.*\d+%(\1)@<!\.$' 40 - Bug with pattern: '\vblock (\d+)\.\n.*\d+%(\1)@<!\.$'
41 (Lech Lorens, 2014 Feb 3) 41 (Lech Lorens, 2014 Feb 3)
42 - Issue 164: freeze on regexp search. 42 - Issue 164: freeze on regexp search.
47 - Bug when using \>. (Ramel, 2014 Feb 2) (Aaron Bohannon, 2014 Feb 13) 47 - Bug when using \>. (Ramel, 2014 Feb 2) (Aaron Bohannon, 2014 Feb 13)
48 - NFA regexp doesn't handle \%<v correctly. (Ingo Karkat, 2014 May 12) 48 - NFA regexp doesn't handle \%<v correctly. (Ingo Karkat, 2014 May 12)
49 - Does not work with NFA regexp engine: 49 - Does not work with NFA regexp engine:
50 \%u, \%x, \%o, \%d followed by a composing character 50 \%u, \%x, \%o, \%d followed by a composing character
51 51
52 Patch to set y_width when getting the register from the clipboard. 52 Crash when splitting the window when the size is tiny.
53 (Yukihiro Nakadaira, 2014 Jul 10) 53 (Yukihiro Nakadaira, 2014 Jul 15-16)
54
55 Another problem with splitting window. (Yukihiro Nakadaira, 2014 Jul 17)
56 Patch Jul 17.
57
58 Using freed memory when jumping from a quickfix list. (lcd47, 2014 Jul 17)
59
60 Patch to fix valgrind error. (Dominique Pelle, 2014 Jul 9)
61
62 Vroom filetype support. (David Barnett, 2014 Jul 10)
63
64 u_undo error. Reproduce with description from Ayberk Ozgur, 2014 Jul 17.
65
66 Updated Django files. (Dave Hodder, 2014 Jul 13)
67
68 Title of quickfist list is not kept for setqflist(list 'r').
69 (Lcd, 2014 Jul 17) With test Jul 18.
70
71 Patch to fix noremap flags not cleared after typing Esc. (Jacob Niehus, 2014
72 Jul 9)
54 73
55 Problem that a previous silent ":throw" causes a following try/catch not to 74 Problem that a previous silent ":throw" causes a following try/catch not to
56 work. (ZyX, 2013 Sep 28) 75 work. (ZyX, 2013 Sep 28)
57 76
77 DiffChange highlighting doesn't combine with 'cursurline'. (Benjamin Fritz)
78 Patch by Christian (2014 Jul 12)
79
80 BufWinLeave autocommand executed in the wrong buffer? (Davit Samvelyan, 2014
81 Jul 14)
82
83 When 'clipboard' is "unnamed", :g/pat/d is very slow. Only set the clipboard
84 after the last delete? (Praful, 2014 May 28)
85 Patch by Christian Brabandt, 2014 Jun 18. Update Jun 25.
86
58 Completion for :buf does not use 'wildignorecase'. (Akshay H, 2014 May 31) 87 Completion for :buf does not use 'wildignorecase'. (Akshay H, 2014 May 31)
59 88
60 ":cd C:\Windows\System32\drivers\etc*" does not work, even though the 89 ":cd C:\Windows\System32\drivers\etc*" does not work, even though the
61 directory exists. (Sergio Gallelli, 2013 Dec 29) 90 directory exists. (Sergio Gallelli, 2013 Dec 29)
62 91
90 No error for missing endwhile. (ZyX, 2014 Mar 20) 119 No error for missing endwhile. (ZyX, 2014 Mar 20)
91 120
92 Phpcomplete.vim update. (Complex, 2014 Jan 15) 121 Phpcomplete.vim update. (Complex, 2014 Jan 15)
93 122
94 PHP syntax is extremely slow. (Anhad Jai Singh, 2014 Jan 19) 123 PHP syntax is extremely slow. (Anhad Jai Singh, 2014 Jan 19)
124
125 Patch for matchparen. (James McCoy, 2014 Jul 11)
95 126
96 Spell files use a latin single quote. Unicode also has another single quote: 127 Spell files use a latin single quote. Unicode also has another single quote:
97 0x2019. (Ron Aaron, 2014 Apr 4) 128 0x2019. (Ron Aaron, 2014 Apr 4)
98 New OpenOffice spell files support this with ICONV. But they are not 129 New OpenOffice spell files support this with ICONV. But they are not
99 compatible with Vim spell files. The old files can no longer be downloaded. 130 compatible with Vim spell files. The old files can no longer be downloaded.
125 Change 'viewdir' to "$HOME/vimfiles/view" and use 'viewdiralt' to also read 156 Change 'viewdir' to "$HOME/vimfiles/view" and use 'viewdiralt' to also read
126 from? 157 from?
127 158
128 Problem with upwards search on Windows (works OK on Linux). (Brett Stahlman, 159 Problem with upwards search on Windows (works OK on Linux). (Brett Stahlman,
129 2014 Jun 8) 160 2014 Jun 8)
130
131 When 'clipboard' is "unnamed", :g/pat/d is very slow. Only set the clipboard
132 after the last delete? (Praful, 2014 May 28)
133 Patch by Christian Brabandt, 2014 Jun 18. Update Jun 25.
134 161
135 Include a plugin manager with Vim? Neobundle seems to be the best currently. 162 Include a plugin manager with Vim? Neobundle seems to be the best currently.
136 Long message about this from ZyX, 2014 Mar 23. And following replies. 163 Long message about this from ZyX, 2014 Mar 23. And following replies.
137 Also see http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html 164 Also see http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html
138 User view: 165 User view:
490 Patch to support user name completion on MS-Windows. (Yasuhiro Matsumoto, 2012 517 Patch to support user name completion on MS-Windows. (Yasuhiro Matsumoto, 2012
491 Aug 16) 518 Aug 16)
492 519
493 When there are no command line arguments ":next" and ":argu" give E163, which 520 When there are no command line arguments ":next" and ":argu" give E163, which
494 is confusing. Should say "the argument list is empty". 521 is confusing. Should say "the argument list is empty".
522
523 xterm supports escape sequences to mark a paste operation. Need to be
524 enabled. (Bruno Sutic, 2014 Jul 11) How to know the terminal supports this?
495 525
496 URXVT: 526 URXVT:
497 - will get stuck if byte sequence does not contain the expected semicolon. 527 - will get stuck if byte sequence does not contain the expected semicolon.
498 - Use urxvt mouse support also in xterm. Explanations: 528 - Use urxvt mouse support also in xterm. Explanations:
499 http://www.midnight-commander.org/ticket/2662 529 http://www.midnight-commander.org/ticket/2662