File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2360,6 +2360,8 @@ struct file_buffer
2360
2360
char_u * b_prompt_text ; // set by prompt_setprompt()
2361
2361
char_u * b_prompt_callback ; // set by prompt_setcallback()
2362
2362
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()
2363
2365
int b_prompt_insert ; // value for restart_edit when entering
2364
2366
// a prompt buffer window.
2365
2367
#endif
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761
761
762
762
static int included_patches [] =
763
763
{ /* Add new patch number below this line */
764
+ /**/
765
+ 70 ,
764
766
/**/
765
767
69 ,
766
768
/**/
You can’t perform that action at this time.
0 commit comments