Mercurial > vim
view src/proto/vim9execute.pro @ 22513:8e04c4b430d0
Added tag v8.2.1804 for changeset aeeee593fe0f341dbc2fe6cb0abe62baf1085afa
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 05 Oct 2020 20:45:04 +0200 |
parents | fcf978444298 |
children | 7d6ba4204f66 |
line wrap: on
line source
/* vim9execute.c */ void to_string_error(vartype_T vartype); int call_def_function(ufunc_T *ufunc, int argc_arg, typval_T *argv, partial_T *partial, typval_T *rettv); void ex_disassemble(exarg_T *eap); int tv2bool(typval_T *tv); int check_not_string(typval_T *tv); /* vim: set ft=c : */