|
1 | | -*todo.txt* For Vim version 7.3. Last change: 2011 Sep 14 |
| 1 | +*todo.txt* For Vim version 7.3. Last change: 2011 Sep 21 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -34,12 +34,37 @@ not be repeated below, unless there is extra information. |
34 | 34 | *known-bugs* |
35 | 35 | -------------------- Known bugs and current work ----------------------- |
36 | 36 |
|
37 | | -Patch to start GTK only after forking. (Tim Starling, 2011 Sep 12) |
| 37 | +Patch for redirection. (Yasuhiro Matsumoto, 2011 Sep 15) 2nd patch. |
| 38 | +Another on Sep 15? |
38 | 39 |
|
39 | | -Patch for Lua debug(). (Rob Hoelz, 2011 Sep 12) |
| 40 | +Patch for DFLT_EFM. (Ben Boeckel, 2011 Sep 14) |
| 41 | + |
| 42 | +Code style patch. (Elias Diem, 2011 Sep 19) |
| 43 | + |
| 44 | +Patch for 'transparency' option. (Ben Boeckel, 2011 Sep 14) |
| 45 | +Do we want this? Also Sergiu Dotenco, 2011 Sep 17. |
| 46 | + |
| 47 | +Patch for gui_w32.c: call DefWindowProc(). (Sergiu Dotenco, 2011 Sep 15, 17) |
| 48 | + |
| 49 | +Patch to use task dialogs when available. (Sergiu Dotenco, 2011 Sep 15, 17) |
| 50 | +Addition Sep 16. |
| 51 | + |
| 52 | +Patch for alpha-blended icons and toolbar height. (Sergiu Dotenco, 2011 Sep 15, 17) |
| 53 | + |
| 54 | +Change to #ifdef for PDP_RETVAL. (Sergiu Dotenco, 2011 Sep 17, patch 2) |
| 55 | + |
| 56 | +Patch for phpcomplete.vim (Benjamin Haskell) picked up by maintainer? |
| 57 | + |
| 58 | +Add voting item: modern plugin management (automatic updates, handle |
| 59 | +dependencies). |
| 60 | +Add links to http://vimcasts.org/ and http://vimgolf.com/ |
| 61 | +Read http://www.charlietanksley.net/philtex/sane-vim-plugin-management/ |
40 | 62 |
|
41 | 63 | Go through more coverity reports. |
42 | 64 |
|
| 65 | +Patch for Issue #9: http://code.google.com/p/vim/issues/detail?id=9 |
| 66 | +C++ indenting. martin.gieseking |
| 67 | + |
43 | 68 | Using "." to repeat a Visual delete counts bytes, not characters. Can this be |
44 | 69 | fixed? (Connor Lane Smith, 2011 Sep 1) |
45 | 70 |
|
@@ -67,6 +92,9 @@ Patch for: (Christian Brabandt, 2011 Aug 24, updated patch) |
67 | 92 | 8 ":sign unplace * file={filename}" should work. Also: ":sign unplace * |
68 | 93 | buffer={bufnr}". So one can remove all signs for one file/buffer. |
69 | 94 |
|
| 95 | +Problem with winfixheight and resizing. (Yukihiro Nakadaira, 2011 Sep 17) |
| 96 | +Patch Sep 18. |
| 97 | + |
70 | 98 | Problem with l: dictionary being locked in a function. (ZyX, 2011 Jul 21) |
71 | 99 |
|
72 | 100 | 'cursorline' is displayed too short when there are concealed characters and |
@@ -138,9 +166,14 @@ string() can't parse back "inf" and "nan". Fix documentation or fix code? |
138 | 166 |
|
139 | 167 | Make 'formatprg' global-local. (Sung Pae) |
140 | 168 |
|
| 169 | +v:register doesn't work exactly as expected. (David Fishburn, 2011 Sep 20) |
| 170 | + |
141 | 171 | When doing "redir => s:foo" in a script and then "redir END" somewhere else |
142 | 172 | (e.g. in a function) it can't find s:foo. |
143 | 173 |
|
| 174 | +When setqflist() uses a filename that triggers a BufReadCmd autocommand Vim |
| 175 | +doesn't jump to the correct line with :cfirst. (ZyX, 2011 Sep 18) |
| 176 | + |
144 | 177 | 7 Make "ga" show the digraph for a character, if it exists. |
145 | 178 | Patch from Christian Brabandt, 2011 Aug 19. |
146 | 179 |
|
@@ -420,6 +453,8 @@ it. Caused by "syntax sync fromstart" in combination with patch 7.2.274. |
420 | 453 | Generally, folding with 'foldmethod' set to "syntax" is slow. Do profiling to |
421 | 454 | find out why. |
422 | 455 |
|
| 456 | +Syntax priority problem. (Charles Campbell, 2011 Sep 15) |
| 457 | + |
423 | 458 | When completion inserts the first match, it may trigger the line to be folded. |
424 | 459 | Disable updating folds while completion is active? (Peter Odding, 2010 Jun 9) |
425 | 460 |
|
|
0 commit comments