diff src/proto/time.pro @ 29900:a6721cafbc74 v9.0.0288

patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed Commit: https://github.com/vim/vim/commit/9198de3ae2bd20ac51d580c44f2b43c282c1e773 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 27 21:30:03 2022 +0100 patch 9.0.0288: when 'cmdheight' is zero some messages are not displayed Problem: When 'cmdheight' is zero some messages are not displayed. Solution: Use a popup notification window.
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Aug 2022 22:45:03 +0200
parents f103da6ba95f
children b9cc46461994
line wrap: on
line diff
--- a/src/proto/time.pro
+++ b/src/proto/time.pro
@@ -9,6 +9,7 @@ void f_strftime(typval_T *argvars, typva
 void f_strptime(typval_T *argvars, typval_T *rettv);
 long proftime_time_left(proftime_T *due, proftime_T *now);
 timer_T *create_timer(long msec, int repeat);
+void timer_start(timer_T *timer);
 long check_due_timer(void);
 void stop_timer(timer_T *timer);
 int set_ref_in_timer(int copyID);