comparison src/version.c @ 18166:8d7899bd6bca v8.1.2078

patch 8.1.2078: build error with +textprop but without +terminal Commit: https://github.com/vim/vim/commit/f21118e4a9255366bb4c484d2d0428bcba07cfce Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 25 22:45:45 2019 +0200 patch 8.1.2078: build error with +textprop but without +terminal Problem: Build error with +textprop but without +terminal. (Tony Mechelynck) Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Sep 2019 23:00:03 +0200
parents f57481564f2c
children 781a81bf4d24
comparison
equal deleted inserted replaced
18165:a197c50f034e 18166:8d7899bd6bca
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 2078,
760 /**/ 762 /**/
761 2077, 763 2077,
762 /**/ 764 /**/
763 2076, 765 2076,
764 /**/ 766 /**/