comparison src/version.c @ 10094:61dc69646af6 v7.4.2318

commit https://github.com/vim/vim/commit/349e7d94e6bbb253bb87adad9039f095128ab543 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 3 20:04:34 2016 +0200 patch 7.4.2318 Problem: When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as before. Solution: Move #ifdef and don't use goto.
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Sep 2016 20:15:05 +0200
parents d7846e9fbf65
children 1eab38e5cfdf
comparison
equal deleted inserted replaced
10093:7598d04404af 10094:61dc69646af6
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2318,
766 /**/ 768 /**/
767 2317, 769 2317,
768 /**/ 770 /**/
769 2316, 771 2316,
770 /**/ 772 /**/