Searched defs:vim_exception (Results 1 – 1 of 1) sorted by relevance
1014 struct vim_exception struct1016 except_type_T type; // exception type1017 char *value; // exception value1018 struct msglist *messages; // message(s) causing error exception1019 char_u *throw_name; // name of the throw point1020 linenr_T throw_lnum; // line number of the throw point1021 except_T *caught; // next exception on the caught stack