comparison src/version.c @ 18916:cf051bdefb3f v8.2.0019

patch 8.2.0019: cannot number of lines of another buffer Commit: https://github.com/vim/vim/commit/a9e9679de3ef082ee29868ab404283dfc53258f2 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 17 22:40:15 2019 +0100 patch 8.2.0019: cannot number of lines of another buffer Problem: Cannot number of lines of another buffer. Solution: Add "linecount" to getbufinfo(). (Yasuhiro Matsumoto, closes #5370)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Dec 2019 22:45:03 +0100
parents 4c0b420e7327
children 5c256866b837
comparison
equal deleted inserted replaced
18915:0a2d1ed58482 18916:cf051bdefb3f
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 19,
745 /**/ 747 /**/
746 18, 748 18,
747 /**/ 749 /**/
748 17, 750 17,
749 /**/ 751 /**/