comparison src/message.c @ 27635:6ca2d8f4cd32 v8.2.4343

patch 8.2.4343: when reloading not all properties are detected Commit: https://github.com/vim/vim/commit/8196e94a8b72ed8618605cb66615571313097d78 Author: Rob Pilling <robpilling@gmail.com> Date: Fri Feb 11 15:12:10 2022 +0000 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 https://github.com/vim/vim/issues/9579)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Feb 2022 16:15:03 +0100
parents 41e0dcf38521
children bef82285dda0
comparison
equal deleted inserted replaced
27634:9fe2fed9bb4b 27635:6ca2d8f4cd32
3750 * The first button should normally be the default/accept 3750 * The first button should normally be the default/accept
3751 * The second button should be the 'Cancel' button 3751 * The second button should be the 'Cancel' button
3752 * Other buttons- use your imagination! 3752 * Other buttons- use your imagination!
3753 * A '&' in a button name becomes a shortcut, so each '&' should be before a 3753 * A '&' in a button name becomes a shortcut, so each '&' should be before a
3754 * different letter. 3754 * different letter.
3755 *
3756 * Returns 0 if cancelled, otherwise the nth button (1-indexed).
3755 */ 3757 */
3756 int 3758 int
3757 do_dialog( 3759 do_dialog(
3758 int type UNUSED, 3760 int type UNUSED,
3759 char_u *title UNUSED, 3761 char_u *title UNUSED,