comparison src/version.c @ 15343:8543eaf63f65 v8.1.0679

patch 8.1.0679: sign functions do not take buffer argument as documented commit https://github.com/vim/vim/commit/2cbc1a02cb72916dfdbd0d307512c7c3fb766edf Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 2 13:40:31 2019 +0100 patch 8.1.0679: sign functions do not take buffer argument as documented Problem: Sign functions do not take buffer argument as documented. Solution: Use get_buf_tv(). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/3755)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Jan 2019 13:45:06 +0100
parents 03a7a9fdb792
children 1aeef539f910
comparison
equal deleted inserted replaced
15342:66d4e6825b64 15343:8543eaf63f65
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 679,
802 /**/ 804 /**/
803 678, 805 678,
804 /**/ 806 /**/
805 677, 807 677,
806 /**/ 808 /**/