Fixes #19161
https://github.com/vim/vim/pull/19166
(3 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@h-east commented on this pull request.
In src/globals.h:
> @@ -2142,3 +2142,6 @@ EXTERN int allow_osc_key INIT(= 0); EXTERN redraw_listener_T *redraw_listeners INIT(= NULL); EXTERN bool inside_redraw_on_start_cb INIT(= false); #endif + +// If greater than zero, then silence the W23/W24 warning. +EXTERN int silence_w23_w24_msg INIT( = false);⬇️ Suggested change
-EXTERN int silence_w23_w24_msg INIT( = false); +EXTERN int silence_w23_w24_msg INIT( = 0);
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@64-bitman pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()