comparison runtime/doc/version8.txt @ 10191:01521953bdf1

commit https://github.com/vim/vim/commit/220adb1e9f9e0b27d28185167d2730bf2f93057d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 12 12:17:26 2016 +0200 A few more runtime updates.
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 12:30:09 +0200
parents a5ef9968638c
children 758f3d5a463d
comparison
equal deleted inserted replaced
10190:186836c6f068 10191:01521953bdf1
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 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
14454 Problem: Attempt to read history entry while not initialized. 14454 Problem: Attempt to read history entry while not initialized.
14455 Solution: Skip when the index is negative. 14455 Solution: Skip when the index is negative.
14456 Files: src/ex_getln.c 14456 Files: src/ex_getln.c
14457 14457
14458 Patch 7.4.2358 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 Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama) 14461 Solution: Define FUNC2GENERIC depending on the system. (Kazunobu Kuriyama)
14461 Files: src/gui.h, src/gui_beval.c, src/gui_gtk_f.c 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 vim:tw=78:ts=8:ft=help:norl: 14496 vim:tw=78:ts=8:ft=help:norl: