mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
Remove undefined function server_to_input_buf.
This commit is contained in:
parent
f7ac54759b
commit
49ad606cd8
@ -2574,9 +2574,8 @@ fix_input_buffer (
|
|||||||
#if defined(USE_INPUT_BUF) || defined(PROTO)
|
#if defined(USE_INPUT_BUF) || defined(PROTO)
|
||||||
/*
|
/*
|
||||||
* Return TRUE when bytes are in the input buffer or in the typeahead buffer.
|
* Return TRUE when bytes are in the input buffer or in the typeahead buffer.
|
||||||
* Normally the input buffer would be sufficient, but the server_to_input_buf()
|
* Normally the input buffer would be sufficient, but feedkeys() may insert
|
||||||
* or feedkeys() may insert characters in the typeahead buffer while we are
|
* characters in the typeahead buffer while we are waiting for input to arrive.
|
||||||
* waiting for input to arrive.
|
|
||||||
*/
|
*/
|
||||||
int input_available(void)
|
int input_available(void)
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,6 @@ void mainerr_arg_missing(char_u *str);
|
|||||||
void time_push(void *tv_rel, void *tv_start);
|
void time_push(void *tv_rel, void *tv_start);
|
||||||
void time_pop(void *tp);
|
void time_pop(void *tp);
|
||||||
void time_msg(char *mesg, void *tv_start);
|
void time_msg(char *mesg, void *tv_start);
|
||||||
void server_to_input_buf(char_u *str);
|
|
||||||
char_u *eval_client_expr_to_string(char_u *expr);
|
char_u *eval_client_expr_to_string(char_u *expr);
|
||||||
char_u *serverConvert(char_u *client_enc, char_u *data, char_u **tofree);
|
char_u *serverConvert(char_u *client_enc, char_u *data, char_u **tofree);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user