comparison src/version.c @ 13290:3f3d9ed211b2 v8.0.1519

patch 8.0.1519: getchangelist() does not use argument as bufname() commit https://github.com/vim/vim/commit/341a64c9cabff08e4a7dc8cd932a598e12134457 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 13 19:21:17 2018 +0100 patch 8.0.1519: getchangelist() does not use argument as bufname() Problem: Getchangelist() does not use argument as bufname(). Solution: Use get_buf_tv(). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2641)
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Feb 2018 19:30:06 +0100
parents 530943a23d3f
children c42fe898b578
comparison
equal deleted inserted replaced
13289:36644af1322f 13290:3f3d9ed211b2
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1519,
774 /**/ 776 /**/
775 1518, 777 1518,
776 /**/ 778 /**/
777 1517, 779 1517,
778 /**/ 780 /**/