mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0g01
This commit is contained in:
parent
d68071d8da
commit
c05f93ffba
@ -11415,7 +11415,7 @@ f_inputdialog(argvars, rettv)
|
||||
|
||||
message = get_tv_string_chk(&argvars[0]);
|
||||
if (argvars[1].v_type != VAR_UNKNOWN
|
||||
&& (defstr = get_tv_string_buf_chk(&argvars[1], buf)) != NULL)
|
||||
&& (defstr = get_tv_string_buf_chk(&argvars[1], buf)) != NULL)
|
||||
vim_strncpy(IObuff, defstr, IOSIZE - 1);
|
||||
else
|
||||
IObuff[0] = NUL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user