Skip to content

Commit 222cd20

Browse files
committed
patch 8.1.0070: missing part of the changes for prompt_setinterrupt()
Problem: Missing part of the changes for prompt_setinterrupt(). Solution: Add the missing changes.
1 parent 0e5979a commit 222cd20

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/structs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,8 @@ struct file_buffer
23602360
char_u *b_prompt_text; // set by prompt_setprompt()
23612361
char_u *b_prompt_callback; // set by prompt_setcallback()
23622362
partial_T *b_prompt_partial; // set by prompt_setcallback()
2363+
char_u *b_prompt_interrupt; // set by prompt_setinterrupt()
2364+
partial_T *b_prompt_int_partial; // set by prompt_setinterrupt()
23632365
int b_prompt_insert; // value for restart_edit when entering
23642366
// a prompt buffer window.
23652367
#endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
70,
764766
/**/
765767
69,
766768
/**/

0 commit comments

Comments
 (0)