mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 8.1.0233: "safe" argument of call_vim_function() is always FALSE
Problem: "safe" argument of call_vim_function() is always FALSE. Solution: Remove the argument.
This commit is contained in:
@@ -2248,7 +2248,7 @@ op_function(oparg_T *oap UNUSED)
|
||||
virtual_op = MAYBE;
|
||||
# endif
|
||||
|
||||
(void)call_func_retnr(p_opfunc, 1, argv, FALSE);
|
||||
(void)call_func_retnr(p_opfunc, 1, argv);
|
||||
|
||||
# ifdef FEAT_VIRTUALEDIT
|
||||
virtual_op = save_virtual_op;
|
||||
|
Reference in New Issue
Block a user