comparison src/version.c @ 19546:71d0c4f5fcd9 v8.2.0330

patch 8.2.0330: build error with popup window but without terminal Commit: https://github.com/vim/vim/commit/57c732ed782607ce6a8c4f9eeb65b95a00e37701 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 28 22:51:54 2020 +0100 patch 8.2.0330: build error with popup window but without terminal Problem: Build error with popup window but without terminal. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 28 Feb 2020 23:00:03 +0100
parents 167181848770
children 9a9ca0e622c8
comparison
equal deleted inserted replaced
19545:4fa3d3e6f819 19546:71d0c4f5fcd9
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 330,
741 /**/ 743 /**/
742 329, 744 329,
743 /**/ 745 /**/
744 328, 746 328,
745 /**/ 747 /**/