comparison src/version.c @ 16776:7d4c814a8554 v8.1.1390

patch 8.1.1390: search stats are off when using count or offset commit https://github.com/vim/vim/commit/8f46e4c4bde13fd5ad68a6670b79cc462b65fbec Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 24 22:08:15 2019 +0200 patch 8.1.1390: search stats are off when using count or offset Problem: Search stats are off when using count or offset. Solution: Recompute the stats when needed. (Masato Nishihata, closes https://github.com/vim/vim/issues/4410)
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 22:15:05 +0200
parents 0cc3f459237b
children eda4d65f232c
comparison
equal deleted inserted replaced
16775:f88e274120e4 16776:7d4c814a8554
765 NULL 765 NULL
766 }; 766 };
767 767
768 static int included_patches[] = 768 static int included_patches[] =
769 { /* Add new patch number below this line */ 769 { /* Add new patch number below this line */
770 /**/
771 1390,
770 /**/ 772 /**/
771 1389, 773 1389,
772 /**/ 774 /**/
773 1388, 775 1388,
774 /**/ 776 /**/