We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5979a commit 222cd20Copy full SHA for 222cd20
2 files changed
src/structs.h
@@ -2360,6 +2360,8 @@ struct file_buffer
2360
char_u *b_prompt_text; // set by prompt_setprompt()
2361
char_u *b_prompt_callback; // set by prompt_setcallback()
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()
2365
int b_prompt_insert; // value for restart_edit when entering
2366
// a prompt buffer window.
2367
#endif
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 70,
766
/**/
767
69,
768
0 commit comments