Mercurial > vim
view src/proto/vim9execute.pro @ 21780:3efab8d47de0
Added tag v8.2.1439 for changeset 30bdd2e4a6f9bc746a8f9686ec5563fe1ea2108c
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 13 Aug 2020 19:15:05 +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 : */