From 3fc3f5f194daaf1b9501d5d731ad3889aebfa81e Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 20 Dec 2025 21:24:38 -0500 Subject: [PATCH] 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 --- src/nvim/eval/userfunc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvim/eval/userfunc.c b/src/nvim/eval/userfunc.c index ea276459dc..9ad17d1bc2 100644 --- 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 or s: