comparison src/version.c @ 12539:6d3584b60170 v8.0.1148

patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off commit https://github.com/vim/vim/commit/22ab547dc281092d6a9d397db712a11733c38e97 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 26 12:28:45 2017 +0200 patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off Problem: "gN" doesn't work on last match with 'wrapscan' off. (fcpg) Solution: Adjust for searching backward. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Sep 2017 12:30:03 +0200
parents a24356fd94d8
children fcb11cfca8b3
comparison
equal deleted inserted replaced
12538:12021532ed34 12539:6d3584b60170
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1148,
764 /**/ 766 /**/
765 1147, 767 1147,
766 /**/ 768 /**/
767 1146, 769 1146,
768 /**/ 770 /**/