mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
Remove BalloonEval
This commit is contained in:

committed by
Thiago de Arruda

parent
fe7160b1d7
commit
5ae8094fb4
@@ -1615,11 +1615,9 @@ getcmdline_prompt (
|
||||
|
||||
/*
|
||||
* Return TRUE when the text must not be changed and we can't switch to
|
||||
* another window or buffer. Used when editing the command line, evaluating
|
||||
* 'balloonexpr', etc.
|
||||
* another window or buffer. Used when editing the command line etc.
|
||||
*/
|
||||
int text_locked(void)
|
||||
{
|
||||
int text_locked(void) {
|
||||
if (cmdwin_type != 0)
|
||||
return TRUE;
|
||||
return textlock != 0;
|
||||
|
Reference in New Issue
Block a user