diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-09-13 20:26:32 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-09-13 20:26:32 +0000 |
commit | c0197e2815208269fa9ba2fba95230138ec39ceb (patch) | |
tree | 21db1c3acd16fb095a8e34ce2e15ed87275cbd79 /src/proto/ex_eval.pro | |
parent | 15d0a8c77dad867b69822e2fd8f9f6bbcf765c48 (diff) | |
download | vim-c0197e2815208269fa9ba2fba95230138ec39ceb.zip |
updated for version 7.0016
Diffstat (limited to 'src/proto/ex_eval.pro')
-rw-r--r-- | src/proto/ex_eval.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/ex_eval.pro b/src/proto/ex_eval.pro index 80ecfcabd..8156c7aa7 100644 --- a/src/proto/ex_eval.pro +++ b/src/proto/ex_eval.pro @@ -23,6 +23,8 @@ void ex_try __ARGS((exarg_T *eap)); void ex_catch __ARGS((exarg_T *eap)); void ex_finally __ARGS((exarg_T *eap)); void ex_endtry __ARGS((exarg_T *eap)); +void enter_cleanup __ARGS((cleanup_T *csp)); +void leave_cleanup __ARGS((cleanup_T *csp)); int cleanup_conditionals __ARGS((struct condstack *cstack, int searched_cond, int inclusive)); void ex_endfunction __ARGS((exarg_T *eap)); int has_while_cmd __ARGS((char_u *p)); |