diff options
author | Rob Pilling <robpilling@gmail.com> | 2022-02-11 15:12:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-11 15:12:10 +0000 |
commit | 8196e94a8b72ed8618605cb66615571313097d78 (patch) | |
tree | ada10ee3829393c8e0e2ad76915f8ef0c2ae1f9f /src/message.c | |
parent | 92f645bef7bb817822d115291fe584b15647d577 (diff) | |
download | vim-git-8196e94a8b72ed8618605cb66615571313097d78.tar.gz |
patch 8.2.4343: when reloading not all properties are detectedv8.2.4343
Problem: When reloading not all properties are detected.
Solution: Add the "edit" value to v:fcs_choice. (Rob Pilling, closes #9579)
Diffstat (limited to 'src/message.c')
-rw-r--r-- | src/message.c | 2 |
1 files changed, 2 insertions, 0 deletions
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( |