comparison src/version.c @ 11619:80af4916eadc v8.0.0692

patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong direction commit https://github.com/vim/vim/commit/da5116da4586fc714434411d2cccb066caa3723e Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 1 23:11:17 2017 +0200 patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong direction Problem: Using CTRL-G with 'incsearch' and ? goes in the wrong direction. (Ramel Eshed) Solution: Adjust search_start. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sat, 01 Jul 2017 23:15:03 +0200
parents 1d6bcb9ff291
children b8299e742f41
comparison
equal deleted inserted replaced
11618:81f5dcfbce26 11619:80af4916eadc
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 692,
767 /**/ 769 /**/
768 691, 770 691,
769 /**/ 771 /**/
770 690, 772 690,
771 /**/ 773 /**/