mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove unused function cmdline_at_end.
This commit is contained in:
parent
487a66029c
commit
75d8b24060
@ -1978,14 +1978,6 @@ redraw:
|
||||
return (char_u *)line_ga.ga_data;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return TRUE if the cursor is at the end of the cmdline.
|
||||
*/
|
||||
int cmdline_at_end(void)
|
||||
{
|
||||
return ccline.cmdpos >= ccline.cmdlen;
|
||||
}
|
||||
|
||||
/*
|
||||
* Allocate a new command line buffer.
|
||||
* Assigns the new buffer to ccline.cmdbuff and ccline.cmdbufflen.
|
||||
|
@ -11,7 +11,6 @@ int curbuf_locked(void);
|
||||
int allbuf_locked(void);
|
||||
char_u *getexline(int c, void *cookie, int indent);
|
||||
char_u *getexmodeline(int promptc, void *cookie, int indent);
|
||||
int cmdline_at_end(void);
|
||||
void free_cmdline_buf(void);
|
||||
void putcmdline(int c, int shift);
|
||||
void unputcmdline(void);
|
||||
|
Loading…
Reference in New Issue
Block a user