forked from aniani/vim
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)
This commit is contained in:
@@ -380,7 +380,7 @@
|
||||
/*
|
||||
* +timers timer_start()
|
||||
*/
|
||||
#if defined(FEAT_RELTIME) && (defined(UNIX) || defined(WIN32))
|
||||
#if defined(FEAT_RELTIME) && (defined(UNIX) || defined(WIN32) || defined(VMS) )
|
||||
# define FEAT_TIMERS
|
||||
#endif
|
||||
|
||||
@@ -1306,7 +1306,7 @@
|
||||
* +balloon_eval_term Allow balloon expression evaluation in the terminal.
|
||||
*/
|
||||
#if defined(FEAT_HUGE) && defined(FEAT_TIMERS) && \
|
||||
(defined(UNIX) || (defined(WIN32) && !defined(FEAT_GUI_W32)))
|
||||
(defined(UNIX) || defined(VMS) || (defined(WIN32) && !defined(FEAT_GUI_W32)))
|
||||
# define FEAT_BEVAL_TERM
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user