comparison src/option.h @ 12871:1a450ce6980c v8.0.1312

patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI commit https://github.com/vim/vim/commit/c3719bd87beca9f72d2e9f11e36d561c2c3b57b0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 18 22:13:31 2017 +0100 patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI Problem: balloon_show() only works in terminal when compiled with the GUI. Solution: Add FEAT_BEVAL_GUI and refactor to move common code out of the GUI specific file.
author Christian Brabandt <cb@256bit.org>
date Sat, 18 Nov 2017 22:15:05 +0100
parents ebb4f6c93598
children 327e1264b9bf
comparison
equal deleted inserted replaced
12870:0469872186f5 12871:1a450ce6980c
374 #endif 374 #endif
375 #ifdef FEAT_CRYPT 375 #ifdef FEAT_CRYPT
376 EXTERN char_u *p_cm; /* 'cryptmethod' */ 376 EXTERN char_u *p_cm; /* 'cryptmethod' */
377 #endif 377 #endif
378 #ifdef FEAT_BEVAL 378 #ifdef FEAT_BEVAL
379 # ifdef FEAT_BEVAL_GUI
380 EXTERN int p_beval; /* 'ballooneval' */
381 # endif
379 EXTERN long p_bdlay; /* 'balloondelay' */ 382 EXTERN long p_bdlay; /* 'balloondelay' */
380 EXTERN int p_beval; /* 'ballooneval' */
381 # ifdef FEAT_EVAL 383 # ifdef FEAT_EVAL
382 EXTERN char_u *p_bexpr; 384 EXTERN char_u *p_bexpr;
383 # endif 385 # endif
384 #endif 386 # ifdef FEAT_BEVAL_TERM
385 # ifdef FEAT_BEVALTERM
386 EXTERN int p_bevalterm; /* 'balloonevalterm' */ 387 EXTERN int p_bevalterm; /* 'balloonevalterm' */
387 # endif 388 # endif
389 #endif
388 #ifdef FEAT_BROWSE 390 #ifdef FEAT_BROWSE
389 EXTERN char_u *p_bsdir; /* 'browsedir' */ 391 EXTERN char_u *p_bsdir; /* 'browsedir' */
390 #endif 392 #endif
391 #ifdef FEAT_LINEBREAK 393 #ifdef FEAT_LINEBREAK
392 EXTERN char_u *p_breakat; /* 'breakat' */ 394 EXTERN char_u *p_breakat; /* 'breakat' */