From 35fc61cb5b5eba8bbb9d8f0700332fbab38f40ca Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 22 Nov 2022 12:40:50 +0000 Subject: patch 9.0.0917: the WinScrolled autocommand event is not enough Problem: The WinScrolled autocommand event is not enough. Solution: Add WinResized and provide information about what changed. (closes #11576) --- src/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edit.c') diff --git a/src/edit.c b/src/edit.c index cf114d8bd2..2e6a98095b 100644 --- a/src/edit.c +++ b/src/edit.c @@ -1510,7 +1510,7 @@ ins_redraw(int ready) // not busy with something } if (ready) - may_trigger_winscrolled(); + may_trigger_win_scrolled_resized(); // Trigger SafeState if nothing is pending. may_trigger_safestate(ready -- cgit v1.2.3