comparison src/version.c @ 17539:554240b9574b v8.1.1767

patch 8.1.1767: FEAT_SESSION defined separately commit https://github.com/vim/vim/commit/f96ae0b5a2e9e097c38cec04ec35364565d42271 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 15:21:55 2019 +0200 patch 8.1.1767: FEAT_SESSION defined separately Problem: FEAT_SESSION defined separately. Solution: Make FEAT_SESSION depend on FEAT_EVAL.
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 15:30:04 +0200
parents e00d12c085a5
children d9aa921b7198
comparison
equal deleted inserted replaced
17538:c1629b49142c 17539:554240b9574b
775 NULL 775 NULL
776 }; 776 };
777 777
778 static int included_patches[] = 778 static int included_patches[] =
779 { /* Add new patch number below this line */ 779 { /* Add new patch number below this line */
780 /**/
781 1767,
780 /**/ 782 /**/
781 1766, 783 1766,
782 /**/ 784 /**/
783 1765, 785 1765,
784 /**/ 786 /**/