|
1 | | -*version8.txt* For Vim version 8.0. Last change: 2016 Sep 09 |
| 1 | +*version8.txt* For Vim version 8.0. Last change: 2016 Sep 12 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -14456,10 +14456,41 @@ Solution: Skip when the index is negative. |
14456 | 14456 | Files: src/ex_getln.c |
14457 | 14457 |
|
14458 | 14458 | Patch 7.4.2358 |
14459 | | -Problem: Compiler warnings with Solaris Studio when using GTK3. |
| 14459 | +Problem: Compiler warnings with Solaris Studio when using GTK3. (Danek |
| 14460 | + Duvall) |
14460 | 14461 | Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama) |
14461 | 14462 | Files: src/gui.h, src/gui_beval.c, src/gui_gtk_f.c |
14462 | 14463 |
|
14463 | | -[STILL MORE COMING!] |
| 14464 | +Patch 7.4.2359 |
| 14465 | +Problem: Memory leak in timer_start(). |
| 14466 | +Solution: Check the right field to be NULL. |
| 14467 | +Files: src/evalfunc.c, src/testdir/test_timers.vim |
| 14468 | + |
| 14469 | +Patch 7.4.2360 |
| 14470 | +Problem: Invalid memory access when formatting. (Dominique Pelle) |
| 14471 | +Solution: Make sure cursor line and column are associated. |
| 14472 | +Files: src/misc1.c |
| 14473 | + |
| 14474 | +Patch 7.4.2361 |
| 14475 | +Problem: Checking for last_timer_id to overflow is not reliable. (Ozaki |
| 14476 | + Kiichi) |
| 14477 | +Solution: Check for the number not going up. |
| 14478 | +Files: src/ex_cmds2.c |
| 14479 | + |
| 14480 | +Patch 7.4.2362 |
| 14481 | +Problem: Illegal memory access with ":1@". (Dominique Pelle) |
| 14482 | +Solution: Correct cursor column after setting the line number. Also avoid |
| 14483 | + calling end_visual_mode() when not in Visual mode. |
| 14484 | +Files: src/ex_docmd.c, src/buffer.c |
| 14485 | + |
| 14486 | +Patch 7.4.2363 |
| 14487 | +Problem: Superfluous function prototypes. |
| 14488 | +Solution: Remove them. |
| 14489 | +Files: src/regexp.c |
| 14490 | + |
| 14491 | +Patch 7.4.2364 |
| 14492 | +Problem: Sort test sometimes fails. |
| 14493 | +Solution: Add it to the list of flaky tests. |
| 14494 | +Files: src/testdir/runtest.vim |
14464 | 14495 |
|
14465 | 14496 | vim:tw=78:ts=8:ft=help:norl: |
0 commit comments