comparison src/version.c @ 17990:8976c3a3803a v8.1.1991

patch 8.1.1991: still cannot build with eval but without cscope Commit: https://github.com/vim/vim/commit/6f72e90dd843a7342395b31f31c2073a3859869d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 5 23:04:02 2019 +0200 patch 8.1.1991: still cannot build with eval but without cscope Problem: Still cannot build with eval but without cscope. Solution: Move f_cscope_connection() outside of #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Thu, 05 Sep 2019 23:15:03 +0200
parents 397a49a22fb4
children a9c54c20295c
comparison
equal deleted inserted replaced
17989:2acb695046e1 17990:8976c3a3803a
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 1991,
760 /**/ 762 /**/
761 1990, 763 1990,
762 /**/ 764 /**/
763 1989, 765 1989,
764 /**/ 766 /**/