Patch 8.1.0070
Problem: Missing part of the changes for prompt_setinterrupt().
Solution: Add the missing changes.
Files: src/structs.h
*** ../vim-8.1.0069/src/structs.h 2018-06-06 09:11:07.257357317 +0200
--- src/structs.h 2018-06-17 18:27:08.038723480 +0200
***************
*** 2360,2365 ****
--- 2360,2367 ----
char_u *b_prompt_text; // set by prompt_setprompt()
char_u *b_prompt_callback; // set by prompt_setcallback()
partial_T *b_prompt_partial; // set by prompt_setcallback()
+ char_u *b_prompt_interrupt; // set by prompt_setinterrupt()
+ partial_T *b_prompt_int_partial; // set by prompt_setinterrupt()
int b_prompt_insert; // value for restart_edit when
entering
// a prompt buffer window.
#endif
*** ../vim-8.1.0069/src/version.c 2018-06-17 19:36:30.215317108 +0200
--- src/version.c 2018-06-17 20:10:13.756190264 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 70,
/**/
--
hundred-and-one symptoms of being an internet addict:
65. The last time you looked at the clock it was 11:30pm, and in what
seems like only a few seconds later, your sister runs past you to
catch her 7am school bus.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.