Hi, On Sun, Apr 3, 2022 at 11:14 AM LemonBoy <[email protected]> wrote:
> *@LemonBoy* commented on this pull request. > ------------------------------ > > In src/evalfunc.c > <https://github.com/vim/vim/pull/10071#discussion_r841258614>: > > > return; > > + if (argvars[1].v_type == VAR_DICT > + && dict_has_key(argvars[1].vval.v_dict, "errmsg", -1)) > > Shouldn't this be dict_get_bool? if errmsg is present but set to v:false > then emsgoff should not be set to false. > > > Yes. I have updated the PR with this change. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7m-yv8OSjdVADqELq%2Bi9XrbwOMgr_B%3DC9LbHfEECg9iFg%40mail.gmail.com.
