diff options
Diffstat (limited to 'patches/vim')
-rw-r--r-- | patches/vim/no-timers.patch | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/patches/vim/no-timers.patch b/patches/vim/no-timers.patch index a51ebd85..b06c9b4b 100644 --- a/patches/vim/no-timers.patch +++ b/patches/vim/no-timers.patch @@ -1,14 +1,15 @@ -diff -ru vim-9.0.0234.orig/src/feature.h vim-9.0.0234/src/feature.h ---- vim-9.0.0234.orig/src/feature.h 2022-08-21 11:40:07.000000000 +0200 -+++ vim-9.0.0234/src/feature.h 2022-10-08 01:45:47.482619953 +0200 -@@ -288,12 +288,14 @@ +diff -ru vim-9.0.1128.orig/src/feature.h vim-9.0.1128/src/feature.h +--- vim-9.0.1128.orig/src/feature.h 2023-01-01 21:31:30.000000000 +0100 ++++ vim-9.0.1128/src/feature.h 2023-01-02 11:59:16.584845483 +0100 +@@ -270,6 +270,7 @@ /* * +reltime reltime() function */ +#ifndef __midipix__ #if defined(FEAT_NORMAL) \ && defined(FEAT_EVAL) \ - && ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)) \ + && ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H) \ +@@ -277,6 +278,7 @@ || defined(MSWIN)) # define FEAT_RELTIME #endif |