mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 20:32:08 +00:00
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().
5cab73f8cc
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user