comparison src/feature.h @ 15517:2ad5f0ffaa2e v8.1.0766

patch 8.1.0766: various problems when using Vim on VMS commit https://github.com/vim/vim/commit/88c86eb751de9e7e410b405084d35b32fafc2a24 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 17:13:30 2019 +0100 patch 8.1.0766: various problems when using Vim on VMS Problem: Various problems when using Vim on VMS. Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy)
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 17:15:06 +0100
parents 41fbbcea0f1b
children 2dcaa860e3fc
comparison
equal deleted inserted replaced
15516:f9d855fe7971 15517:2ad5f0ffaa2e
378 #endif 378 #endif
379 379
380 /* 380 /*
381 * +timers timer_start() 381 * +timers timer_start()
382 */ 382 */
383 #if defined(FEAT_RELTIME) && (defined(UNIX) || defined(WIN32)) 383 #if defined(FEAT_RELTIME) && (defined(UNIX) || defined(WIN32) || defined(VMS) )
384 # define FEAT_TIMERS 384 # define FEAT_TIMERS
385 #endif 385 #endif
386 386
387 /* 387 /*
388 * +textobjects Text objects: "vaw", "das", etc. 388 * +textobjects Text objects: "vaw", "das", etc.
1304 1304
1305 /* 1305 /*
1306 * +balloon_eval_term Allow balloon expression evaluation in the terminal. 1306 * +balloon_eval_term Allow balloon expression evaluation in the terminal.
1307 */ 1307 */
1308 #if defined(FEAT_HUGE) && defined(FEAT_TIMERS) && \ 1308 #if defined(FEAT_HUGE) && defined(FEAT_TIMERS) && \
1309 (defined(UNIX) || (defined(WIN32) && !defined(FEAT_GUI_W32))) 1309 (defined(UNIX) || defined(VMS) || (defined(WIN32) && !defined(FEAT_GUI_W32)))
1310 # define FEAT_BEVAL_TERM 1310 # define FEAT_BEVAL_TERM
1311 #endif 1311 #endif
1312 1312
1313 #if defined(FEAT_BEVAL_GUI) || defined(FEAT_BEVAL_TERM) 1313 #if defined(FEAT_BEVAL_GUI) || defined(FEAT_BEVAL_TERM)
1314 # define FEAT_BEVAL 1314 # define FEAT_BEVAL