mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
vim-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.
222cd20e26
This commit is contained in:
@@ -793,6 +793,9 @@ struct file_buffer {
|
|||||||
|
|
||||||
char_u *b_prompt_text; // set by prompt_setprompt()
|
char_u *b_prompt_text; // set by prompt_setprompt()
|
||||||
Callback b_prompt_callback; // set by prompt_setcallback()
|
Callback b_prompt_callback; // set by prompt_setcallback()
|
||||||
|
Callback b_prompt_interrupt; // set by prompt_setinterrupt()
|
||||||
|
int b_prompt_insert; // value for restart_edit when entering
|
||||||
|
// a prompt buffer window.
|
||||||
|
|
||||||
synblock_T b_s; // Info related to syntax highlighting. w_s
|
synblock_T b_s; // Info related to syntax highlighting. w_s
|
||||||
// normally points to this, but some windows
|
// normally points to this, but some windows
|
||||||
|
Reference in New Issue
Block a user