Home
last modified time | relevance | path

Searched defs:vim_exception (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dstructs.h1014 struct vim_exception struct
1016 except_type_T type; // exception type
1017 char *value; // exception value
1018 struct msglist *messages; // message(s) causing error exception
1019 char_u *throw_name; // name of the throw point
1020 linenr_T throw_lnum; // line number of the throw point
1021 except_T *caught; // next exception on the caught stack