comparison src/version.c @ 17805:313f498c646e v8.1.1899

patch 8.1.1899: sign_place() does not work as documented Commit: https://github.com/vim/vim/commit/42aff46d9783d6c80519a35350065c34372fbf70 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 21 13:20:29 2019 +0200 patch 8.1.1899: sign_place() does not work as documented Problem: sign_place() does not work as documented. Solution: Make accept line numbers like line(). (Yegappan Lakshmanan, closes #4848)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Aug 2019 13:30:03 +0200
parents c9e52c1613ef
children b38fa4d37b7c
comparison
equal deleted inserted replaced
17804:5f09328ccc88 17805:313f498c646e
763 NULL 763 NULL
764 }; 764 };
765 765
766 static int included_patches[] = 766 static int included_patches[] =
767 { /* Add new patch number below this line */ 767 { /* Add new patch number below this line */
768 /**/
769 1899,
768 /**/ 770 /**/
769 1898, 771 1898,
770 /**/ 772 /**/
771 1897, 773 1897,
772 /**/ 774 /**/