From 8196e94a8b72ed8618605cb66615571313097d78 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Fri, 11 Feb 2022 15:12:10 +0000 Subject: patch 8.2.4343: when reloading not all properties are detected Problem: When reloading not all properties are detected. Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579) --- src/message.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/message.c') diff --git a/src/message.c b/src/message.c index c13a94d14..af91bd813 100644 --- a/src/message.c +++ b/src/message.c @@ -3752,6 +3752,8 @@ msg_advance(int col) * Other buttons- use your imagination! * A '&' in a button name becomes a shortcut, so each '&' should be before a * different letter. + * + * Returns 0 if cancelled, otherwise the nth button (1-indexed). */ int do_dialog( -- cgit v1.2.1