commit 3fc3f5f194daaf1b9501d5d731ad3889aebfa81e
parent 4f71d9ce355d40239d2fbc387dea421edec1bdab
Author: Jan Edmund Lazo <jan.lazo@mail.utoronto.ca>
Date: Sat, 20 Dec 2025 21:24:38 -0500
vim-patch:8.2.0223: some instructions not yet tested
Problem: Some instructions not yet tested.
Solution: Disassemble more instructions. Move tests to a new file. Compile
call to s:function().
https://github.com/vim/vim/commit/5cab73f8cca46d831fb9337b176493da2a55ed5d
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/nvim/eval/userfunc.c b/src/nvim/eval/userfunc.c
@@ -596,6 +596,7 @@ int get_func_tv(const char *name, int len, typval_T *rettv, char **arg, evalarg_
return ret;
}
+// fixed buffer length for fname_trans_sid()
#define FLEN_FIXED 40
/// Check whether function name starts with <SID> or s: