mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
eval.c: factor out eval/funcs.c #11828
close #11828 ref #5081 cf. vim patch 7.4.2063
This commit is contained in:

committed by
Justin M. Keyes

parent
d34f042ed5
commit
6c5bbf07d9
@@ -528,7 +528,7 @@ int nlua_debug(lua_State *lstate)
|
||||
for (;;) {
|
||||
lua_settop(lstate, 0);
|
||||
typval_T input;
|
||||
get_user_input(input_args, &input, false);
|
||||
get_user_input(input_args, &input, false, false);
|
||||
msg_putchar('\n'); // Avoid outputting on input line.
|
||||
if (input.v_type != VAR_STRING
|
||||
|| input.vval.v_string == NULL
|
||||
|
Reference in New Issue
Block a user