comparison src/proto.h @ 18763:49b78d6465e5 v8.1.2371

patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Commit: https://github.com/vim/vim/commit/05ad5ff0ab34ed9a5296dedd420ca81698b8ce22 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 22:48:27 2019 +0100 patch 8.1.2371: FEAT_TEXT_PROP is a confusing name Problem: FEAT_TEXT_PROP is a confusing name. Solution: Use FEAT_PROP_POPUP. (Naruhiko Nishino, closes https://github.com/vim/vim/issues/5291)
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 23:00:05 +0100
parents 6e3dc2d630c2
children 38a3bef525e6
comparison
equal deleted inserted replaced
18762:19582783e5ad 18763:49b78d6465e5
214 # include "terminal.pro" 214 # include "terminal.pro"
215 # endif 215 # endif
216 # if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS)) 216 # if defined(HAVE_TGETENT) && (defined(AMIGA) || defined(VMS))
217 # include "termlib.pro" 217 # include "termlib.pro"
218 # endif 218 # endif
219 # ifdef FEAT_TEXT_PROP 219 # ifdef FEAT_PROP_POPUP
220 # include "popupwin.pro" 220 # include "popupwin.pro"
221 # include "textprop.pro" 221 # include "textprop.pro"
222 # endif 222 # endif
223 # include "testing.pro" 223 # include "testing.pro"
224 # include "ui.pro" 224 # include "ui.pro"
255 // Ugly solution for "BalloonEval" not being defined while it's used in some 255 // Ugly solution for "BalloonEval" not being defined while it's used in some
256 // .pro files. 256 // .pro files.
257 # ifndef FEAT_BEVAL 257 # ifndef FEAT_BEVAL
258 # define BalloonEval int 258 # define BalloonEval int
259 # endif 259 # endif
260 # if defined(FEAT_BEVAL) || defined(FEAT_TEXT_PROP) 260 # if defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP)
261 # include "beval.pro" 261 # include "beval.pro"
262 # endif 262 # endif
263 263
264 # ifdef FEAT_NETBEANS_INTG 264 # ifdef FEAT_NETBEANS_INTG
265 # include "netbeans.pro" 265 # include "netbeans.pro"