comparison src/feature.h @ 16778:eda4d65f232c v8.1.1391

patch 8.1.1391: no popup window support commit https://github.com/vim/vim/commit/4d784b21d14fc66e98a2b07f70343cdd4acd62aa Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 25 19:51:39 2019 +0200 patch 8.1.1391: no popup window support Problem: No popup window support. Solution: Add initial code for popup windows. Add the 'wincolor' option.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 May 2019 20:00:08 +0200
parents 7ae2396cef62
children 353ed7ef78df
comparison
equal deleted inserted replaced
16777:20d51e99dd6a 16778:eda4d65f232c
475 #if defined(FEAT_BIG) && defined(FEAT_SYN_HL) 475 #if defined(FEAT_BIG) && defined(FEAT_SYN_HL)
476 # define FEAT_CONCEAL 476 # define FEAT_CONCEAL
477 #endif 477 #endif
478 478
479 /* 479 /*
480 * +textprop Text properties 480 * +textprop Text properties and popup windows
481 */ 481 */
482 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL) 482 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)
483 # define FEAT_TEXT_PROP 483 # define FEAT_TEXT_PROP
484 #endif 484 #endif
485 485